Hello,
I'm trying to configure the accounting module to log messages to syslog by following the instructions here:
http://www.openser.org/docs/modules/1.1.x/acc.html
I've included these lines where appropriate according to the example on that page. The meaningful parts of the code are as follows:
loadmodule "/usr/local/lib64/openser/modules/acc.so" modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1)
route { if (method=="INVITE" || method=="BYE" || method=="CANCEL") { setflag(1); /* set for accounting (the same value as in log_flag!) } }
However this is not causing any information to be logged to syslog.
Any idea?
Thanks in advance,
Daniel
Hi Daniel,
are you doing any stateful forward for the requests? are you sure that they are 2xx completed?
regards, bogdan
Daniel Burge wrote:
Hello,
I'm trying to configure the accounting module to log messages to syslog by following the instructions here:
http://www.openser.org/docs/modules/1.1.x/acc.html
I've included these lines where appropriate according to the example on that page. The meaningful parts of the code are as follows:
loadmodule "/usr/local/lib64/openser/modules/acc.so" modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1)
route { if (method=="INVITE" || method=="BYE" || method=="CANCEL") { setflag(1); /* set for accounting (the same value as in log_flag!) } }
However this is not causing any information to be logged to syslog.
Any idea?
Thanks in advance,
Daniel
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi bogdan,
Yes. I'm adding the acc support into an existing working system. After I add the code below the system still works perfectly, however just the syslog messages are not sent.
Nick previously mentioned that I should add this line to the top of my config which isn't there right now:
log_facility=LOG_LOCAL6
I'm going to try that today as soon as I figure out what it does.
Thanks for the help!
Daniel
Bogdan-Andrei Iancu wrote:
Hi Daniel,
are you doing any stateful forward for the requests? are you sure that they are 2xx completed?
regards, bogdan
Daniel Burge wrote:
Hello,
I'm trying to configure the accounting module to log messages to syslog by following the instructions here:
http://www.openser.org/docs/modules/1.1.x/acc.html
I've included these lines where appropriate according to the example on that page. The meaningful parts of the code are as follows:
loadmodule "/usr/local/lib64/openser/modules/acc.so" modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1)
route { if (method=="INVITE" || method=="BYE" || method=="CANCEL") { setflag(1); /* set for accounting (the same value as in log_flag!) } }
However this is not causing any information to be logged to syslog.
Any idea?
Thanks in advance,
Daniel
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users