[OpenSIPS-Users] How to remove/update dialog

Hamid Hashmi hamid2kviii at hotmail.com
Wed Mar 18 11:31:05 CET 2015


How to remove dialog from table "dialog" ? OR is there any method to update the timeout value in dialog without calling create_dialog("B") ?
RegardsHamid R. Hashmi

From: hamid2kviii at hotmail.com
To: users at lists.opensips.org
Date: Tue, 10 Mar 2015 17:43:15 +0500
Subject: [OpenSIPS-Users] How to remove/update dialog





route[sip]{...    t_on_failure("1");    $DLG_timeout = 120;    create_dialog("B");     t_relay();}
failure_route[1]{...     if(t_check_status("some reasson")){           route(pstn);      }...}
route[pstn]{...    t_on_failure("2");    $DLG_timeout = 60;    create_dialog("B");    t_relay();}
How to remove previous dialog from table "dialog" ? OR is there any method to update the timeout value in dialog without calling create_dialog("B") ?
RegardsHamid R. Hashmi 		 	   		  

_______________________________________________
Users mailing list
Users at lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150318/deca7d35/attachment-0001.htm>


More information about the Users mailing list