<div>Well, It was worth a shot.</div>
<div>Perhaps doing a some variation of the HANGUPCAUSE variable.</div>
<div><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+variable+hangupcause">http://www.voip-info.org/wiki/index.php?page=Asterisk+variable+hangupcause</a></div>
<div><br>exten =&gt; xxxxx,2,Dial(Sip/xxxx|30|gL(60000:30000:10000))</div>
<div>exten =&gt; xxxxx,3,GoToIf($[&quot;${HANGUPCAUSE}&quot; != &quot;1&quot;]?4:10)<br>exten =&gt; xxxxx,4,DeadAGI()</div>
<div>exten =&gt; xxxxx,10,hangup()<br>&nbsp;</div>
<div>This should send anything that did not clear normally (I.e. the timeout) to priority 4. Normal clearing will be sent to 10.</div>
<div>&nbsp;</div>
<div>Again, not tested, but some variation should work for you.</div>
<div>&nbsp;</div>
<div>bp</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 6/27/06, <b class="gmail_sendername">Andrew Nowrot</b> &lt;<a href="mailto:andrew.nowrot@gmail.com">andrew.nowrot@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><br><br>
<div></div>
<div><span class="q"><span class="gmail_quote">On 6/27/06, <b class="gmail_sendername">William Piper</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:william.piper@gmail.com" target="_blank">
william.piper@gmail.com</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>
<div>Although I've never tried it along with&nbsp;the &quot;L&quot; option, you could&nbsp;try absolutetimeout:</div>
<div>&nbsp;</div>
<div><font color="#000000">exten =&gt; xxxxx,1,AbsoluteTimeout(60000)</font></div>
<div><font color="#000000">exten =&gt; xxxxx,2,Dial(Sip/xxxx|30|L(60000:30000:10000))</font></div></div></blockquote></span></div>
<div>
<div><br>I didn't help still the same :(.<br>&nbsp;</div><br>&nbsp;</div><br>&nbsp;</div><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>