could it be that acc can't find the dictionary.ser?
is the path to that file in you /usr/local/etc/radiusclient-ng/dictionary an absolute path?
On Mon, Jun 16, 2008 at 2:24 PM, Ali Jawad ali.jawad@splendor.net wrote:
What config files do you need so that I publish those ? Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:17 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
For some reason I can't figure out, openser can't either find the file or can't read it...
can you post your config?
On Mon, Jun 16, 2008 at 2:14 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I have debug 6, I put it debug 9 and I am still getting the same ouput
Jun 16 13:12:01 [4977] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 13:12:01 [4977] ERROR:acc:mod_init: failed to init radius Jun 16 13:12:01 [4977] ERROR:core:init_mod: failed to initialize module acc Jun 16 13:12:01 [4977] ERROR:core:main: error while initializing modules Jun 16 13:12:01 [4977] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:10 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
make the debug higher, like 5 and re-run
On Mon, Jun 16, 2008 at 2:03 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I did not reach that far yet, I am still trying to make it run with no errors.
Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:02 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
with log_flagyou are telling the system to log accounting on syslog... is that what you want?
my whole module config is this:
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf") modparam("acc", "radius_flag", 2) modparam("acc", "radius_missed_flag", 3)
I don't have any log flag, I'm already logging to radius...
On Mon, Jun 16, 2008 at 2:00 PM, David Villasmil david.villasmil.work@gmail.com wrote:
then take a look at the file's permissions... it all seems ok to me.
On Mon, Jun 16, 2008 at 1:58 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi Yes I did
This is a part of my openser script
modparam("acc", "log_flag", 1) modparam("acc", "log_missed_flag", 1)
modparam("acc", "radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:55 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
did you tell the module where to find the dictionary?
this is mine (I'm using 1.3):
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
On Mon, Jun 16, 2008 at 1:51 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi All
I did add to in /etc/raddb/dictionary
$INCLUDE /usr/share/freeradius/dictionary $INCLUDE /etc/raddb/dictionary.ser
I did add in /usr/local/etc/radiusclient-ng/dictionary
$INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser the the LAST line.
I did restart radiusd with no problems
When I restarted Openser I got
Jun 16 12:48:47 [4923] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 12:48:47 [4923] ERROR:acc:mod_init: failed to init radius Jun 16 12:48:47 [4923] ERROR:core:init_mod: failed to initialize module acc Jun 16 12:48:47 [4923] ERROR:core:main: error while initializing modules Jun 16 12:48:47 [4923] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:23 PM To: Ali Jawad Cc: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
this is my config:
on the server (radius):
ls -l /etc/freeradius/dictionary.ser -rw-r--r-- 1 root freerad 4233 2008-06-11 04:03 /etc/freeradius/dictionary.ser
my /etc/freeradius/dictionary:
$INCLUDE /usr/share/freeradius/dictionary $INCLUDE /etc/freeradius/dictionary.ser
on the client (openser):
ls -l /etc/radiusclient-ng/ total 48 -rw-r--r-- 1 root root 7375 2008-06-11 04:14 dictionary -rw-r--r-- 1 root root 4233 2008-06-11 04:52 dictionary.ser
in the file /etc/radiusclient-ng/dictionary AT THE VERY END:
$INCLUDE /etc/radiusclient-ng/dictionary.ser
that's it.
d On Mon, Jun 16, 2008 at 1:13 PM, Ali Jawad ali.jawad@splendor.net wrote: > > > Hi Again > > I have re-read the howto and it states that I should comment out the include line for the dictionary.ser file in the dictionary file for radiusclient-ng. Should I do the same for the server ? > I did it for the client by adding the following line to the radiusclient-ng file > > $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser > > This gave the following errror > > Jun 16 12:08:12 [4781] ERROR:acc:init_acc_rad: failed to read radius dictionary > Jun 16 12:08:12 [4781] ERROR:acc:mod_init: failed to init radius > Jun 16 12:08:12 [4781] ERROR:core:init_mod: failed to initialize module acc > Jun 16 12:08:12 [4781] ERROR:core:main: error while initializing modules > > However if I do edit the radiusclient.conf file and point the dictionary directly to /usr/local/etc/radiusclient-ng/dictionary.ser openser appears to launch normally. Although nothing is added to the radius db. > > In short. > > Should I include the server as well ? > > Is my include line for the client correct ? > > Thanks. > > > -----Original Message----- > From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo > Sent: Monday, June 16, 2008 1:01 PM > To: users@lists.openser.org > Subject: Re: [OpenSER-Users] Acc/CDRTool Issue > > El Monday 16 June 2008 11:19:58 Ali Jawad escribió: >> Hi >> The server and client are on the same machine. >> >> The freeradius server config files are on /etc/raddb/ >> >> So I did copy it to that dir >> >> [root@localhost radiusclient-ng]# cd /etc/raddb/ >> [root@localhost raddb]# pwd >> /etc/raddb >> [root@localhost raddb]# ls dictionary.ser >> dictionary.ser >> [root@localhost raddb]# > > That's not enough. Check that you FreeRadius "dictionary" file has an #INCLUDE > pointing to that file. > > -- > Iñaki Baz Castillo > ibc@in.ilimit.es > > _______________________________________________ > Users mailing list > Users@lists.openser.org > http://lists.openser.org/cgi-bin/mailman/listinfo/users > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > Users mailing list > Users@lists.openser.org > http://lists.openser.org/cgi-bin/mailman/listinfo/users >
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
also, this line MUST be in your radiusclient.conf file
dictionary /etc/radiusclient-ng/dictionary
with the path to your actual file, of course
On Mon, Jun 16, 2008 at 2:31 PM, David Villasmil david.villasmil.work@gmail.com wrote:
could it be that acc can't find the dictionary.ser?
is the path to that file in you /usr/local/etc/radiusclient-ng/dictionary an absolute path?
On Mon, Jun 16, 2008 at 2:24 PM, Ali Jawad ali.jawad@splendor.net wrote:
What config files do you need so that I publish those ? Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:17 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
For some reason I can't figure out, openser can't either find the file or can't read it...
can you post your config?
On Mon, Jun 16, 2008 at 2:14 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I have debug 6, I put it debug 9 and I am still getting the same ouput
Jun 16 13:12:01 [4977] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 13:12:01 [4977] ERROR:acc:mod_init: failed to init radius Jun 16 13:12:01 [4977] ERROR:core:init_mod: failed to initialize module acc Jun 16 13:12:01 [4977] ERROR:core:main: error while initializing modules Jun 16 13:12:01 [4977] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:10 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
make the debug higher, like 5 and re-run
On Mon, Jun 16, 2008 at 2:03 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I did not reach that far yet, I am still trying to make it run with no errors.
Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:02 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
with log_flagyou are telling the system to log accounting on syslog... is that what you want?
my whole module config is this:
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf") modparam("acc", "radius_flag", 2) modparam("acc", "radius_missed_flag", 3)
I don't have any log flag, I'm already logging to radius...
On Mon, Jun 16, 2008 at 2:00 PM, David Villasmil david.villasmil.work@gmail.com wrote:
then take a look at the file's permissions... it all seems ok to me.
On Mon, Jun 16, 2008 at 1:58 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi Yes I did
This is a part of my openser script
modparam("acc", "log_flag", 1) modparam("acc", "log_missed_flag", 1)
modparam("acc", "radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:55 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
did you tell the module where to find the dictionary?
this is mine (I'm using 1.3):
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
On Mon, Jun 16, 2008 at 1:51 PM, Ali Jawad ali.jawad@splendor.net wrote: > > Hi All > > I did add to in /etc/raddb/dictionary > > $INCLUDE /usr/share/freeradius/dictionary > $INCLUDE /etc/raddb/dictionary.ser > > I did add in /usr/local/etc/radiusclient-ng/dictionary > > $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser the the LAST line. > > I did restart radiusd with no problems > > When I restarted Openser I got > > Jun 16 12:48:47 [4923] ERROR:acc:init_acc_rad: failed to read radius dictionary > Jun 16 12:48:47 [4923] ERROR:acc:mod_init: failed to init radius > Jun 16 12:48:47 [4923] ERROR:core:init_mod: failed to initialize module acc > Jun 16 12:48:47 [4923] ERROR:core:main: error while initializing modules > Jun 16 12:48:47 [4923] DBG:xlog:destroy: destroy module... > > > -----Original Message----- > From: David Villasmil [mailto:david.villasmil.work@gmail.com] > Sent: Monday, June 16, 2008 2:23 PM > To: Ali Jawad > Cc: users@lists.openser.org > Subject: Re: [OpenSER-Users] Acc/CDRTool Issue > > this is my config: > > on the server (radius): > > ls -l /etc/freeradius/dictionary.ser > -rw-r--r-- 1 root freerad 4233 2008-06-11 04:03 /etc/freeradius/dictionary.ser > > my /etc/freeradius/dictionary: > > $INCLUDE /usr/share/freeradius/dictionary > $INCLUDE /etc/freeradius/dictionary.ser > > > on the client (openser): > > ls -l /etc/radiusclient-ng/ > total 48 > -rw-r--r-- 1 root root 7375 2008-06-11 04:14 dictionary > -rw-r--r-- 1 root root 4233 2008-06-11 04:52 dictionary.ser > > in the file /etc/radiusclient-ng/dictionary AT THE VERY END: > > $INCLUDE /etc/radiusclient-ng/dictionary.ser > > > > > that's it. > > d > On Mon, Jun 16, 2008 at 1:13 PM, Ali Jawad ali.jawad@splendor.net wrote: >> >> >> Hi Again >> >> I have re-read the howto and it states that I should comment out the include line for the dictionary.ser file in the dictionary file for radiusclient-ng. Should I do the same for the server ? >> I did it for the client by adding the following line to the radiusclient-ng file >> >> $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser >> >> This gave the following errror >> >> Jun 16 12:08:12 [4781] ERROR:acc:init_acc_rad: failed to read radius dictionary >> Jun 16 12:08:12 [4781] ERROR:acc:mod_init: failed to init radius >> Jun 16 12:08:12 [4781] ERROR:core:init_mod: failed to initialize module acc >> Jun 16 12:08:12 [4781] ERROR:core:main: error while initializing modules >> >> However if I do edit the radiusclient.conf file and point the dictionary directly to /usr/local/etc/radiusclient-ng/dictionary.ser openser appears to launch normally. Although nothing is added to the radius db. >> >> In short. >> >> Should I include the server as well ? >> >> Is my include line for the client correct ? >> >> Thanks. >> >> >> -----Original Message----- >> From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo >> Sent: Monday, June 16, 2008 1:01 PM >> To: users@lists.openser.org >> Subject: Re: [OpenSER-Users] Acc/CDRTool Issue >> >> El Monday 16 June 2008 11:19:58 Ali Jawad escribió: >>> Hi >>> The server and client are on the same machine. >>> >>> The freeradius server config files are on /etc/raddb/ >>> >>> So I did copy it to that dir >>> >>> [root@localhost radiusclient-ng]# cd /etc/raddb/ >>> [root@localhost raddb]# pwd >>> /etc/raddb >>> [root@localhost raddb]# ls dictionary.ser >>> dictionary.ser >>> [root@localhost raddb]# >> >> That's not enough. Check that you FreeRadius "dictionary" file has an #INCLUDE >> pointing to that file. >> >> -- >> Iñaki Baz Castillo >> ibc@in.ilimit.es >> >> _______________________________________________ >> Users mailing list >> Users@lists.openser.org >> http://lists.openser.org/cgi-bin/mailman/listinfo/users >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> >> >> _______________________________________________ >> Users mailing list >> Users@lists.openser.org >> http://lists.openser.org/cgi-bin/mailman/listinfo/users >> > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > >
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Hi This is from my .conf file
dictionary /usr/local/etc/radiusclient-ng/dictionary
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of David Villasmil Sent: Monday, June 16, 2008 3:32 PM To: openser users Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
also, this line MUST be in your radiusclient.conf file
dictionary /etc/radiusclient-ng/dictionary
with the path to your actual file, of course
On Mon, Jun 16, 2008 at 2:31 PM, David Villasmil david.villasmil.work@gmail.com wrote:
could it be that acc can't find the dictionary.ser?
is the path to that file in you /usr/local/etc/radiusclient-ng/dictionary an absolute path?
On Mon, Jun 16, 2008 at 2:24 PM, Ali Jawad ali.jawad@splendor.net wrote:
What config files do you need so that I publish those ? Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:17 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
For some reason I can't figure out, openser can't either find the file or can't read it...
can you post your config?
On Mon, Jun 16, 2008 at 2:14 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I have debug 6, I put it debug 9 and I am still getting the same ouput
Jun 16 13:12:01 [4977] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 13:12:01 [4977] ERROR:acc:mod_init: failed to init radius Jun 16 13:12:01 [4977] ERROR:core:init_mod: failed to initialize module acc Jun 16 13:12:01 [4977] ERROR:core:main: error while initializing modules Jun 16 13:12:01 [4977] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:10 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
make the debug higher, like 5 and re-run
On Mon, Jun 16, 2008 at 2:03 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I did not reach that far yet, I am still trying to make it run with no errors.
Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:02 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
with log_flagyou are telling the system to log accounting on syslog... is that what you want?
my whole module config is this:
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf") modparam("acc", "radius_flag", 2) modparam("acc", "radius_missed_flag", 3)
I don't have any log flag, I'm already logging to radius...
On Mon, Jun 16, 2008 at 2:00 PM, David Villasmil david.villasmil.work@gmail.com wrote:
then take a look at the file's permissions... it all seems ok to me.
On Mon, Jun 16, 2008 at 1:58 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi Yes I did
This is a part of my openser script
modparam("acc", "log_flag", 1) modparam("acc", "log_missed_flag", 1)
modparam("acc", "radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:55 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
did you tell the module where to find the dictionary?
this is mine (I'm using 1.3):
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
On Mon, Jun 16, 2008 at 1:51 PM, Ali Jawad ali.jawad@splendor.net wrote: > > Hi All > > I did add to in /etc/raddb/dictionary > > $INCLUDE /usr/share/freeradius/dictionary > $INCLUDE /etc/raddb/dictionary.ser > > I did add in /usr/local/etc/radiusclient-ng/dictionary > > $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser the the LAST line. > > I did restart radiusd with no problems > > When I restarted Openser I got > > Jun 16 12:48:47 [4923] ERROR:acc:init_acc_rad: failed to read radius dictionary > Jun 16 12:48:47 [4923] ERROR:acc:mod_init: failed to init radius > Jun 16 12:48:47 [4923] ERROR:core:init_mod: failed to initialize module acc > Jun 16 12:48:47 [4923] ERROR:core:main: error while initializing modules > Jun 16 12:48:47 [4923] DBG:xlog:destroy: destroy module... > > > -----Original Message----- > From: David Villasmil [mailto:david.villasmil.work@gmail.com] > Sent: Monday, June 16, 2008 2:23 PM > To: Ali Jawad > Cc: users@lists.openser.org > Subject: Re: [OpenSER-Users] Acc/CDRTool Issue > > this is my config: > > on the server (radius): > > ls -l /etc/freeradius/dictionary.ser > -rw-r--r-- 1 root freerad 4233 2008-06-11 04:03 /etc/freeradius/dictionary.ser > > my /etc/freeradius/dictionary: > > $INCLUDE /usr/share/freeradius/dictionary > $INCLUDE /etc/freeradius/dictionary.ser > > > on the client (openser): > > ls -l /etc/radiusclient-ng/ > total 48 > -rw-r--r-- 1 root root 7375 2008-06-11 04:14 dictionary > -rw-r--r-- 1 root root 4233 2008-06-11 04:52 dictionary.ser > > in the file /etc/radiusclient-ng/dictionary AT THE VERY END: > > $INCLUDE /etc/radiusclient-ng/dictionary.ser > > > > > that's it. > > d > On Mon, Jun 16, 2008 at 1:13 PM, Ali Jawad ali.jawad@splendor.net wrote: >> >> >> Hi Again >> >> I have re-read the howto and it states that I should comment out the include line for the dictionary.ser file in the dictionary file for radiusclient-ng. Should I do the same for the server ? >> I did it for the client by adding the following line to the radiusclient-ng file >> >> $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser >> >> This gave the following errror >> >> Jun 16 12:08:12 [4781] ERROR:acc:init_acc_rad: failed to read radius dictionary >> Jun 16 12:08:12 [4781] ERROR:acc:mod_init: failed to init radius >> Jun 16 12:08:12 [4781] ERROR:core:init_mod: failed to initialize module acc >> Jun 16 12:08:12 [4781] ERROR:core:main: error while initializing modules >> >> However if I do edit the radiusclient.conf file and point the dictionary directly to /usr/local/etc/radiusclient-ng/dictionary.ser openser appears to launch normally. Although nothing is added to the radius db. >> >> In short. >> >> Should I include the server as well ? >> >> Is my include line for the client correct ? >> >> Thanks. >> >> >> -----Original Message----- >> From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo >> Sent: Monday, June 16, 2008 1:01 PM >> To: users@lists.openser.org >> Subject: Re: [OpenSER-Users] Acc/CDRTool Issue >> >> El Monday 16 June 2008 11:19:58 Ali Jawad escribió: >>> Hi >>> The server and client are on the same machine. >>> >>> The freeradius server config files are on /etc/raddb/ >>> >>> So I did copy it to that dir >>> >>> [root@localhost radiusclient-ng]# cd /etc/raddb/ >>> [root@localhost raddb]# pwd >>> /etc/raddb >>> [root@localhost raddb]# ls dictionary.ser >>> dictionary.ser >>> [root@localhost raddb]# >> >> That's not enough. Check that you FreeRadius "dictionary" file has an #INCLUDE >> pointing to that file. >> >> -- >> Iñaki Baz Castillo >> ibc@in.ilimit.es >> >> _______________________________________________ >> Users mailing list >> Users@lists.openser.org >> http://lists.openser.org/cgi-bin/mailman/listinfo/users >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> >> >> _______________________________________________ >> Users mailing list >> Users@lists.openser.org >> http://lists.openser.org/cgi-bin/mailman/listinfo/users >> > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > >
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
_______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Yes it is a absolute path. I think it is finding dictionary.ser because if I remove the include line from dictionary I do get
Jun 16 13:17:57 [4985] ERROR:acc:init_acc_rad: acc: can't get code for the Sip-Response-Code attribute Jun 16 13:17:57 [4985]
So it seems that it is seeing the dictionary.ser file because this error does not appear if I do include the dictionary.ser file.
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of David Villasmil Sent: Monday, June 16, 2008 3:31 PM To: openser users Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
could it be that acc can't find the dictionary.ser?
is the path to that file in you /usr/local/etc/radiusclient-ng/dictionary an absolute path?
On Mon, Jun 16, 2008 at 2:24 PM, Ali Jawad ali.jawad@splendor.net wrote:
What config files do you need so that I publish those ? Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:17 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
For some reason I can't figure out, openser can't either find the file or can't read it...
can you post your config?
On Mon, Jun 16, 2008 at 2:14 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I have debug 6, I put it debug 9 and I am still getting the same ouput
Jun 16 13:12:01 [4977] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 13:12:01 [4977] ERROR:acc:mod_init: failed to init radius Jun 16 13:12:01 [4977] ERROR:core:init_mod: failed to initialize module acc Jun 16 13:12:01 [4977] ERROR:core:main: error while initializing modules Jun 16 13:12:01 [4977] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:10 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
make the debug higher, like 5 and re-run
On Mon, Jun 16, 2008 at 2:03 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi
I did not reach that far yet, I am still trying to make it run with no errors.
Thanks
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 3:02 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
with log_flagyou are telling the system to log accounting on syslog... is that what you want?
my whole module config is this:
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf") modparam("acc", "radius_flag", 2) modparam("acc", "radius_missed_flag", 3)
I don't have any log flag, I'm already logging to radius...
On Mon, Jun 16, 2008 at 2:00 PM, David Villasmil david.villasmil.work@gmail.com wrote:
then take a look at the file's permissions... it all seems ok to me.
On Mon, Jun 16, 2008 at 1:58 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi Yes I did
This is a part of my openser script
modparam("acc", "log_flag", 1) modparam("acc", "log_missed_flag", 1)
modparam("acc", "radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:55 PM To: Ali Jawad Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
did you tell the module where to find the dictionary?
this is mine (I'm using 1.3):
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
On Mon, Jun 16, 2008 at 1:51 PM, Ali Jawad ali.jawad@splendor.net wrote:
Hi All
I did add to in /etc/raddb/dictionary
$INCLUDE /usr/share/freeradius/dictionary $INCLUDE /etc/raddb/dictionary.ser
I did add in /usr/local/etc/radiusclient-ng/dictionary
$INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser the the LAST line.
I did restart radiusd with no problems
When I restarted Openser I got
Jun 16 12:48:47 [4923] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 12:48:47 [4923] ERROR:acc:mod_init: failed to init radius Jun 16 12:48:47 [4923] ERROR:core:init_mod: failed to initialize module acc Jun 16 12:48:47 [4923] ERROR:core:main: error while initializing modules Jun 16 12:48:47 [4923] DBG:xlog:destroy: destroy module...
-----Original Message----- From: David Villasmil [mailto:david.villasmil.work@gmail.com] Sent: Monday, June 16, 2008 2:23 PM To: Ali Jawad Cc: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
this is my config:
on the server (radius):
ls -l /etc/freeradius/dictionary.ser -rw-r--r-- 1 root freerad 4233 2008-06-11 04:03 /etc/freeradius/dictionary.ser
my /etc/freeradius/dictionary:
$INCLUDE /usr/share/freeradius/dictionary $INCLUDE /etc/freeradius/dictionary.ser
on the client (openser):
ls -l /etc/radiusclient-ng/ total 48 -rw-r--r-- 1 root root 7375 2008-06-11 04:14 dictionary -rw-r--r-- 1 root root 4233 2008-06-11 04:52 dictionary.ser
in the file /etc/radiusclient-ng/dictionary AT THE VERY END:
$INCLUDE /etc/radiusclient-ng/dictionary.ser
that's it.
d On Mon, Jun 16, 2008 at 1:13 PM, Ali Jawad ali.jawad@splendor.net wrote: > > > Hi Again > > I have re-read the howto and it states that I should comment out the include line for the dictionary.ser file in the dictionary file for radiusclient-ng. Should I do the same for the server ? > I did it for the client by adding the following line to the radiusclient-ng file > > $INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser > > This gave the following errror > > Jun 16 12:08:12 [4781] ERROR:acc:init_acc_rad: failed to read radius dictionary > Jun 16 12:08:12 [4781] ERROR:acc:mod_init: failed to init radius > Jun 16 12:08:12 [4781] ERROR:core:init_mod: failed to initialize module acc > Jun 16 12:08:12 [4781] ERROR:core:main: error while initializing modules > > However if I do edit the radiusclient.conf file and point the dictionary directly to /usr/local/etc/radiusclient-ng/dictionary.ser openser appears to launch normally. Although nothing is added to the radius db. > > In short. > > Should I include the server as well ? > > Is my include line for the client correct ? > > Thanks. > > > -----Original Message----- > From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo > Sent: Monday, June 16, 2008 1:01 PM > To: users@lists.openser.org > Subject: Re: [OpenSER-Users] Acc/CDRTool Issue > > El Monday 16 June 2008 11:19:58 Ali Jawad escribió: >> Hi >> The server and client are on the same machine. >> >> The freeradius server config files are on /etc/raddb/ >> >> So I did copy it to that dir >> >> [root@localhost radiusclient-ng]# cd /etc/raddb/ >> [root@localhost raddb]# pwd >> /etc/raddb >> [root@localhost raddb]# ls dictionary.ser >> dictionary.ser >> [root@localhost raddb]# > > That's not enough. Check that you FreeRadius "dictionary" file has an #INCLUDE > pointing to that file. > > -- > Iñaki Baz Castillo > ibc@in.ilimit.es > > _______________________________________________ > Users mailing list > Users@lists.openser.org > http://lists.openser.org/cgi-bin/mailman/listinfo/users > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > > _______________________________________________ > Users mailing list > Users@lists.openser.org > http://lists.openser.org/cgi-bin/mailman/listinfo/users >
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
_______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
El Monday 16 June 2008 14:34:41 Ali Jawad escribió:
Yes it is a absolute path. I think it is finding dictionary.ser because if I remove the include line from dictionary I do get
Jun 16 13:17:57 [4985] ERROR:acc:init_acc_rad: acc: can't get code for the Sip-Response-Code attribute Jun 16 13:17:57 [4985]
So it seems that it is seeing the dictionary.ser file because this error does not appear if I do include the dictionary.ser file.
Be sure that you are not using **too much** dictionaries in FreeRadius server. There are some dictionaries **enabled** by default containing SIP codes. But those codes are incompatibles with CDRTool.
Hi
I did use the default configuration. Any hints on what dictionaries I should disable ?
Thanks
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 3:44 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 14:34:41 Ali Jawad escribió:
Yes it is a absolute path. I think it is finding dictionary.ser because if I remove the include line from dictionary I do get
Jun 16 13:17:57 [4985] ERROR:acc:init_acc_rad: acc: can't get code for the Sip-Response-Code attribute Jun 16 13:17:57 [4985]
So it seems that it is seeing the dictionary.ser file because this error does not appear if I do include the dictionary.ser file.
Be sure that you are not using **too much** dictionaries in FreeRadius server. There are some dictionaries **enabled** by default containing SIP codes. But those codes are incompatibles with CDRTool.
El Monday 16 June 2008 14:45:43 Ali Jawad escribió:
Hi
I did use the default configuration. Any hints on what dictionaries I should disable ?
I don't remember very well. Try dissabling most of them and adding if they are needed (for FreeRadius internal purposes for example).
Already did that this is the list
$INCLUDE dictionary.compat # compability issues #$INCLUDE dictionary.3com #$INCLUDE dictionary.3gpp #$INCLUDE dictionary.3gpp2 #$INCLUDE dictionary.acc #$INCLUDE dictionary.alcatel #$INCLUDE dictionary.alteon #$INCLUDE dictionary.ascend #$INCLUDE dictionary.bay #$INCLUDE dictionary.bintec #$INCLUDE dictionary.cabletron #$INCLUDE dictionary.cisco # # This is the same as the altiga dictionary. # ##$INCLUDE dictionary.cisco.vpn3000 #$INCLUDE dictionary.cisco.vpn5000 #$INCLUDE dictionary.cisco.bbsm #$INCLUDE dictionary.colubris #$INCLUDE dictionary.erx #$INCLUDE dictionary.extreme #$INCLUDE dictionary.freeradius #$INCLUDE dictionary.foundry #$INCLUDE dictionary.gandalf #$INCLUDE dictionary.itk #INCLUDE dictionary.juniper #$INCLUDE dictionary.karlnet #$INCLUDE dictionary.livingston #$INCLUDE dictionary.microsoft #$INCLUDE dictionary.navini #$INCLUDE dictionary.nomadix #$INCLUDE dictionary.propel #$INCLUDE dictionary.quintum #$INCLUDE dictionary.redback #$INCLUDE dictionary.redcreek #$INCLUDE dictionary.shasta #$INCLUDE dictionary.shiva #$INCLUDE dictionary.sonicwall #$INCLUDE dictionary.springtide #$INCLUDE dictionary.telebit #$INCLUDE dictionary.trapeze $INCLUDE dictionary.tunnel $INCLUDE dictionary.usr #$INCLUDE dictionary.valemount #$INCLUDE dictionary.versanet #$INCLUDE dictionary.wispr #$INCLUDE dictionary.xedia
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 4:34 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 14:45:43 Ali Jawad escribió:
Hi
I did use the default configuration. Any hints on what dictionaries I should disable ?
I don't remember very well. Try dissabling most of them and adding if they are needed (for FreeRadius internal purposes for example).
El Monday 16 June 2008 15:36:42 Ali Jawad escribió:
Already did that this is the list
$INCLUDE dictionary.compat # compability issues #$INCLUDE dictionary.3com #$INCLUDE dictionary.3gpp #$INCLUDE dictionary.3gpp2 #$INCLUDE dictionary.acc #$INCLUDE dictionary.alcatel #$INCLUDE dictionary.alteon #$INCLUDE dictionary.ascend #$INCLUDE dictionary.bay #$INCLUDE dictionary.bintec #$INCLUDE dictionary.cabletron #$INCLUDE dictionary.cisco # # This is the same as the altiga dictionary. # ##$INCLUDE dictionary.cisco.vpn3000 #$INCLUDE dictionary.cisco.vpn5000 #$INCLUDE dictionary.cisco.bbsm #$INCLUDE dictionary.colubris #$INCLUDE dictionary.erx #$INCLUDE dictionary.extreme #$INCLUDE dictionary.freeradius #$INCLUDE dictionary.foundry #$INCLUDE dictionary.gandalf #$INCLUDE dictionary.itk #INCLUDE dictionary.juniper #$INCLUDE dictionary.karlnet #$INCLUDE dictionary.livingston #$INCLUDE dictionary.microsoft #$INCLUDE dictionary.navini #$INCLUDE dictionary.nomadix #$INCLUDE dictionary.propel #$INCLUDE dictionary.quintum #$INCLUDE dictionary.redback #$INCLUDE dictionary.redcreek #$INCLUDE dictionary.shasta #$INCLUDE dictionary.shiva #$INCLUDE dictionary.sonicwall #$INCLUDE dictionary.springtide #$INCLUDE dictionary.telebit #$INCLUDE dictionary.trapeze $INCLUDE dictionary.tunnel $INCLUDE dictionary.usr #$INCLUDE dictionary.valemount #$INCLUDE dictionary.versanet #$INCLUDE dictionary.wispr #$INCLUDE dictionary.xedia
Hi Ali. At this point I think is time you to investigate and learn using FreeRadius server, which kind of errors can appear and how to solve them. This is not an OpenSer related problem.
Regards.
Hi Inaki
I am running the radius server using radiusd -x, even before I commented out the entries below. There are no requests coming the server at all, therefore I do doubt that it is a freeradius server issue "With all respect to your knowledge and expertise"
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 4:48 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 15:36:42 Ali Jawad escribió:
Already did that this is the list
$INCLUDE dictionary.compat # compability issues #$INCLUDE dictionary.3com #$INCLUDE dictionary.3gpp #$INCLUDE dictionary.3gpp2 #$INCLUDE dictionary.acc #$INCLUDE dictionary.alcatel #$INCLUDE dictionary.alteon #$INCLUDE dictionary.ascend #$INCLUDE dictionary.bay #$INCLUDE dictionary.bintec #$INCLUDE dictionary.cabletron #$INCLUDE dictionary.cisco # # This is the same as the altiga dictionary. # ##$INCLUDE dictionary.cisco.vpn3000 #$INCLUDE dictionary.cisco.vpn5000 #$INCLUDE dictionary.cisco.bbsm #$INCLUDE dictionary.colubris #$INCLUDE dictionary.erx #$INCLUDE dictionary.extreme #$INCLUDE dictionary.freeradius #$INCLUDE dictionary.foundry #$INCLUDE dictionary.gandalf #$INCLUDE dictionary.itk #INCLUDE dictionary.juniper #$INCLUDE dictionary.karlnet #$INCLUDE dictionary.livingston #$INCLUDE dictionary.microsoft #$INCLUDE dictionary.navini #$INCLUDE dictionary.nomadix #$INCLUDE dictionary.propel #$INCLUDE dictionary.quintum #$INCLUDE dictionary.redback #$INCLUDE dictionary.redcreek #$INCLUDE dictionary.shasta #$INCLUDE dictionary.shiva #$INCLUDE dictionary.sonicwall #$INCLUDE dictionary.springtide #$INCLUDE dictionary.telebit #$INCLUDE dictionary.trapeze $INCLUDE dictionary.tunnel $INCLUDE dictionary.usr #$INCLUDE dictionary.valemount #$INCLUDE dictionary.versanet #$INCLUDE dictionary.wispr #$INCLUDE dictionary.xedia
Hi Ali. At this point I think is time you to investigate and learn using FreeRadius server, which kind of errors can appear and how to solve them. This is not an OpenSer related problem.
Regards.
El Monday 16 June 2008 15:49:57 Ali Jawad escribió:
Hi Inaki
I am running the radius server using radiusd -x, even before I commented out the entries below. There are no requests coming the server at all, therefore I do doubt that it is a freeradius server issue "With all respect to your knowledge and expertise"
If OpenSer fails when starting because a radius client error then the problem is in the radius client configuration.
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ? Thanks
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 4:48 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 15:36:42 Ali Jawad escribió:
Already did that this is the list
$INCLUDE dictionary.compat # compability issues #$INCLUDE dictionary.3com #$INCLUDE dictionary.3gpp #$INCLUDE dictionary.3gpp2 #$INCLUDE dictionary.acc #$INCLUDE dictionary.alcatel #$INCLUDE dictionary.alteon #$INCLUDE dictionary.ascend #$INCLUDE dictionary.bay #$INCLUDE dictionary.bintec #$INCLUDE dictionary.cabletron #$INCLUDE dictionary.cisco # # This is the same as the altiga dictionary. # ##$INCLUDE dictionary.cisco.vpn3000 #$INCLUDE dictionary.cisco.vpn5000 #$INCLUDE dictionary.cisco.bbsm #$INCLUDE dictionary.colubris #$INCLUDE dictionary.erx #$INCLUDE dictionary.extreme #$INCLUDE dictionary.freeradius #$INCLUDE dictionary.foundry #$INCLUDE dictionary.gandalf #$INCLUDE dictionary.itk #INCLUDE dictionary.juniper #$INCLUDE dictionary.karlnet #$INCLUDE dictionary.livingston #$INCLUDE dictionary.microsoft #$INCLUDE dictionary.navini #$INCLUDE dictionary.nomadix #$INCLUDE dictionary.propel #$INCLUDE dictionary.quintum #$INCLUDE dictionary.redback #$INCLUDE dictionary.redcreek #$INCLUDE dictionary.shasta #$INCLUDE dictionary.shiva #$INCLUDE dictionary.sonicwall #$INCLUDE dictionary.springtide #$INCLUDE dictionary.telebit #$INCLUDE dictionary.trapeze $INCLUDE dictionary.tunnel $INCLUDE dictionary.usr #$INCLUDE dictionary.valemount #$INCLUDE dictionary.versanet #$INCLUDE dictionary.wispr #$INCLUDE dictionary.xedia
Hi Ali. At this point I think is time you to investigate and learn using FreeRadius server, which kind of errors can appear and how to solve them. This is not an OpenSer related problem.
Regards.
El Monday 16 June 2008 16:01:05 Ali Jawad escribió:
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ?
Of course, but take in mind that MySQL-ACC uses MySQL "acc" table.
Hi Inaki I have had some progress and now when I make a call I get the following logged to the acc table.
1 INVITE 3e15620e GR52RWG346-34 ZGJiZj 200 OK 2008-06-16
The second and third entries are the from and two tags, how can I make the from and to URI appear instead of those entries ? THanks
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 5:16 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 16:01:05 Ali Jawad escribió:
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ?
Of course, but take in mind that MySQL-ACC uses MySQL "acc" table.
El Monday 16 June 2008 16:15:58 Iñaki Baz Castillo escribió:
El Monday 16 June 2008 16:01:05 Ali Jawad escribió:
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ?
Of course, but take in mind that MySQL-ACC uses MySQL "acc" table.
For that you must add extra attributes in the ACC module for MySQL. Maybe an AVP for "From" username and other AVP for RURI. Read the entire doc of "accA module and use "extra_attributes" parameter.
Thanks for all the support and help you have provided so far. Let me head towards the modules pages. Thanks.
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 5:34 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 16:15:58 Iñaki Baz Castillo escribió:
El Monday 16 June 2008 16:01:05 Ali Jawad escribió:
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ?
Of course, but take in mind that MySQL-ACC uses MySQL "acc" table.
For that you must add extra attributes in the ACC module for MySQL. Maybe an AVP for "From" username and other AVP for RURI. Read the entire doc of "accA module and use "extra_attributes" parameter.
If I were you I'd use freeradius, there's lots of info out there for openser+freeradius
On Mon, Jun 16, 2008 at 4:36 PM, Ali Jawad ali.jawad@splendor.net wrote:
Thanks for all the support and help you have provided so far. Let me head towards the modules pages. Thanks.
-----Original Message----- From: users-bounces@lists.openser.org [mailto: users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 5:34 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 16:15:58 Iñaki Baz Castillo escribió:
El Monday 16 June 2008 16:01:05 Ali Jawad escribió:
Hi Inaki
Well the thing is that I only want to log calls with their source and destination, I have uncommented the radius line in the Makefile of acc and recompiled. I will try to do it using MySQl, that is doable right ?
Of course, but take in mind that MySQL-ACC uses MySQL "acc" table.
For that you must add extra attributes in the ACC module for MySQL. Maybe an AVP for "From" username and other AVP for RURI. Read the entire doc of "accA module and use "extra_attributes" parameter.
-- Iñaki Baz Castillo ibc@in.ilimit.es
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users