Hi, lists I have some problems with the simple presence in kamailio 1.4, I add to my
kamailio.cfg the following line and when restarting the it shows me errors in this it
lines
Aug 24 19:31:41 [21946] ERROR:core:set_mod_param_regex: parameter <force_active> not
found in module <presence>
Aug 24 19:31:41 [21946] CRITICAL:core:yyerror: parse error in config file, line 50, column
19-20: Can't set module parameter
Aug 24 19:31:41 [21946] ERROR:core:main: bad config file (1 errors)
Aug 24 19:31:41 [21946] NOTICE:presence:destroy: destroy module ...
I remove of the Makefile the modul presence
kamailio.cfg
loadmodule "presence.so"
modparam("presence|auth_db|uri_db|usrloc", "db_url",
"mysql://openser:openserrw@localhost/openser")
modparam("presence", "force_active", 1)
modparam("presence", "max_expires", 3600)
modparam("presence", "server_address",
"sip:192.168.10.1:5060")
where the error can be?
regards
rickygm