<div>Why not add the "g" parameter and make your deadAGI as the next priority?</div>
<div>I think that would accomplish what you are trying to do.</div>
<div> </div>
<div>Example:</div>
<div>exten => xxxxx,1,Dial(Sip/xxxx|30|gL(60000:30000:10000))<br>exten => xxxxx,2,DeadAGI()<br><br>bp</div>
<div> </div>
<div><span class="gmail_quote">On 6/27/06, <b class="gmail_sendername">El Flynn</b> <<a href="mailto:el_flynn@lanvik-icu.com">el_flynn@lanvik-icu.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Andrew Nowrot wrote:<br>> Hi<br>><br>> I have a problem with Dial application. The dialplan looks like this:
<br>><br>> ;----<br>><br>> exten => xxxxx,1,Dial(Sip/xxxx|30|L(60000:30000:10000))<br>> exten => xxxxx,2,Hangup()<br>><br>> exten => h,1,DadAGI()<br>><br>> ;----<br>><br>> The call is limited to 60 sec and after that time the conversation stops,
<br>> but Asterisk never reach the h extension.<br>> I could use the S() option in Dial application but I want to have the<br>> announcements. Is there any way to force Asterisk to execute the<br>> DeadAGI. Or
<br>> maybe there is some other solution to achieve a goal.<br>><br><br>What does the CLI show when you make the call? That might help in diagnosing<br>your problem.<br><br>Flynn<br><br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>