[OpenSIPS-Users] How to remove/update dialog
    Hamid Hashmi 
    hamid2kviii at hotmail.com
       
    Tue Mar 10 13:43:15 CET 2015
    
    
  
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 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150310/baec17b1/attachment.htm>
    
    
More information about the Users
mailing list