<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 => xxxxx,2,Dial(Sip/xxxx|30|gL(60000:30000:10000))</div>
<div>exten => xxxxx,3,GoToIf($["${HANGUPCAUSE}" != "1"]?4:10)<br>exten => xxxxx,4,DeadAGI()</div>
<div>exten => xxxxx,10,hangup()<br> </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> </div>
<div>Again, not tested, but some variation should work for you.</div>
<div> </div>
<div>bp</div>
<div><br> </div>
<div><span class="gmail_quote">On 6/27/06, <b class="gmail_sendername">Andrew Nowrot</b> <<a href="mailto:andrew.nowrot@gmail.com">andrew.nowrot@gmail.com</a>> 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> <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:william.piper@gmail.com" target="_blank">
william.piper@gmail.com</a>> 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 the "L" option, you could try absolutetimeout:</div>
<div> </div>
<div><font color="#000000">exten => xxxxx,1,AbsoluteTimeout(60000)</font></div>
<div><font color="#000000">exten => 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> </div><br> </div><br> </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> <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>