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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to