<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><br></div>route[sip]<div>{</div><div>.</div><div>.</div><div>.</div><div>&nbsp; &nbsp; t_on_failure("1");</div><div>&nbsp; &nbsp; <b>$DLG_timeout = 120;</b></div><div><b>&nbsp; &nbsp; create_dialog("B");</b></div><div>&nbsp; &nbsp; &nbsp;t_relay();</div><div>}</div><div><br></div><div>failure_route[1]</div><div>{</div><div>.</div><div>.</div><div>.</div><div>&nbsp;&nbsp; &nbsp; if(t_check_status("some reasson")){</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;route(pstn);</div><div>&nbsp; &nbsp; &nbsp; }</div><div>.</div><div>.</div><div>.</div><div>}</div><div><br></div><div>route[pstn]</div><div>{</div><div>.</div><div>.</div><div>.</div><div>&nbsp;&nbsp; &nbsp;t_on_failure("2");</div><div>&nbsp; &nbsp; <b>$DLG_timeout = 60;</b></div><div><b>&nbsp; &nbsp; create_dialog("B");</b></div><div>&nbsp; &nbsp; t_relay();</div><div>}</div><div><br></div><div>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") ?</div><div><br></div><div>Regards</div><div>Hamid R. Hashmi</div>                                               </div></body>
</html>