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@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to