[OpenSIPS-Users] Presence BLF issue on linksys SPA

vallimamod abdullah vallimamod.abdullah at imtelecom.fr
Tue May 18 19:53:18 CEST 2010


Hello list,

I am trying to make opensips presence (pua_dialoginfo) work with the  
SPA962 BLF feature.
Everything is working fine but I see from time to time some extensions  
are stuck in ringing or incall state. Restarting the proxy or the  
phone doesn't help.
The only way I have found is to purge the presentity, pua and dialog  
tables and restart the proxy. Which is not very convenient in  
production environment...

Does anybody have a hint for me on what to check to see why this  
happens ?
Here is my config part related to presence:

loadmodule "dialog.so"
modparam("dialog", "dlg_flag", 4)
modparam("dialog", "db_url", "mysql://opensips:opensips@192.168.1.19/ 
opensips")
modparam("dialog", "db_mode", 1)

loadmodule "presence.so"
modparam("presence", "db_url", "mysql://opensips:opensips@192.168.1.19/ 
opensips")
modparam("presence", "server_address", "sip:192.168.5.19:5060")
modparam("presence", "clean_period", 100)

loadmodule "presence_xml.so"
modparam("presence_xml", "db_url", "mysql://opensips:opensips@192.168.1.19 
/opensips")
modparam("presence_xml", "force_active", 1)
modparam("presence", "db_update_period", 60)
modparam("presence", "clean_period", 60)
modparam("presence", "expires_offset", 10)

loadmodule "presence_dialoginfo.so"
modparam("presence_dialoginfo", "force_single_dialog", 1)
modparam("presence", "max_expires_subscribe", 1200)
modparam("presence", "max_expires_publish", 600)
modparam("presence", "waiting_subs_daysno", 1)

loadmodule "pua.so"
modparam("pua", "db_url", "mysql://opensips:opensips@192.168.1.19/ 
opensips")
modparam("pua", "default_expires", 100)
modparam("pua", "update_period", 100)

loadmodule "pua_dialoginfo.so"
modparam("pua_dialoginfo", "caller_confirmed", 1)
modparam("pua_dialoginfo", "presence_server", "sip:192.168.5.19:5060")

Thank you !

Regards,
- vma
.




More information about the Users mailing list