[OpenSIPS-Users] Problem with presence_xml module Opensips 1.9
Mike Tesliuk
mike at ultra.net.br
Thu Nov 21 18:06:07 CET 2013
Hello Estefania,
You can check this tutorial (you have the complete cfg file on the end)
http://opensips.com.br/wiki/index.php?title=Opensips_1.9
There you have a working presence without xcap as you want
but basicaly
#### PRESENCE modules
loadmodule "presence.so"
loadmodule "presence_xml.so"
modparam("presence", "db_url",
"mysql://opensips:_SUA_SENHA_AQUI_@localhost/opensips") # CUSTOMIZE ME
modparam("presence_xml", "force_active", 1)
modparam("presence", "server_address", "sip:127.0.0.1:5060") # CUSTOMIZE ME
After this you just need handle the request
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20131121/ebc4ff10/attachment.htm>
More information about the Users
mailing list