[SR-Users] Kamailio Presence module

Kethzer Docteur kethzer.dr at gmail.com
Fri Aug 23 19:09:54 CEST 2013


I'm using kamailio 4.1 Im having problem to see witch user is online, I
have the module presence.so and presence_xml.so load into the config file
of Kamailio.cfg.

#!ifdef WITH_PRESENCE
# ----- presence params -----
modparam("presence", "db_url", DBURL)
modparam("presence", "presentity_table", "presentity")
modparam("presence", "active_watchers_table", "active_watchers")
modparam("presence", "watchers_table", "watchers")
modparam("presence", "db_update_period", 20)
modparam("presence", "clean_period", 50)

# ----- presence_xml params -----
modparam("presence_xml", "db_url", DBURL)
modparam("presence_xml", "force_active", 1)
#!endif

# handle presence related requests
        route(PRESENCE);
Any help please?


-- 
Kethzer Docteur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20130823/cac52e48/attachment.html>


More information about the sr-users mailing list