[SR-Users] Kamailio Presence module
Juha Heinanen
jh at tutpro.com
Sat Sep 15 09:29:48 CEST 2012
Gary Shergill writes:
> The following is the definition;
>
> #!define DBURL "mysql://<r/w user>:<r/w password>@localhost/<database name>"
>
> The r/w user and password are those defined in;
>
> /etc/kamailio/kamctlrc
>
> Is that correct? I am still getting the same error.
i don't know what is defined in /etc/kamailio/kamctlrc, but just put
correct value in the above define, e.g.
#!define DBURL "mysql://foo:bar@localhost/pres_serv"
if your db rw username is 'foo' with password 'bar' and if your presence
db is called 'pres_serv'.
-- juha
More information about the sr-users
mailing list