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?