At 01:14 AM 1/11/2004, Arnd Vehling wrote:
Hi,
Jiri Kuthan wrote:
According to the docs i configure the acc module after loading like this:
# # Accounting Setup # modparam("acc", "db_url", "mysql://yyy:yyyy@localhost:3306/ser") modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1)
I think reading READMEs will get you a quicker reponse than serusers. Anyhow, here it is: use "db_flag" as opposed to "log_flag".
Did overlook it. All examples ive seen so far are relating to "log_flag". Shouldnt that config at least log it into syslog?
yes. log_flag causes flagged requests to be reported to syslog.
I suppose this is related to your use of development version of SER.
Yes, its "0.8.13-dev-23-merged" which is the only SER version working with some NAT test setup we have here and Cisco ATA 186 and Grandstream Fones.
I think the stable version as on CVS does the same job without potential instabilities caused by working status of the development version.
Is there no way to get this version working halfway reliably with
- mysql database OR radius accounting
- sems (voicemail)
- Webinterface?
I guess you don't really want to do so and use better a stable version. You find info about versions at www.iptel.org/ser/cvs/
I would like to use stable but the nathelper of the stable branch doesnt really seem to work.
What do you mean by "doesnt really seem to work"?
-jiri