Hello,
to use this
modparam ("acc", "db_url", "sql://ser:heslo@localhost/ser")
you need to add mysql support to the acc.so module
go to the file ser-0.8.12/modules/acc/Makefile
uncoment the line
DEFS+=-DSQL_ACC
and recompile the module
regards,
____________________________________________________________________________
Jaime Garcia Ghirelli
http://www.brujula.net
jaime(a)wifi.com.ar
http://www.wifi.com.ar
On Fri, 23 Jul 2004, Linda Xiao wrote:
Hi,
I am trying to enable the missed call logging feature in ser. When I simply
add the following single line
modparam ("acc", "db_url",
"sql://ser:heslo@localhost/ser")
in the existing ser.cfg, and restart SER, it returns "bad config file (1
errors)"
I have not problem to use it for other modules, like group, tm, etc.
By the way, the version of SER I am using is 0.8.12.
I guess the module name got changed instead of "acc".
Thanks and Best Regards
Linda