<div dir="ltr">Don't forget to handle the other <a href="https://wiki.asterisk.org/wiki/display/AST/Special+Dialplan+Extensions">special extension cases</a> in a [context].  What I find is a good practice is to write a root "catch-all" (template), then I tag that onto any new [context](template).<div><br></div><div><br></div><div>[Special-Extensions]<br></div><div>exten -> a,1,NoOp(Where a call jumps when the caller requests the assistant)</div><div>exten -> e,1,NoOp(Catchall where a call jumps with an exception on the call)</div><div>exten -> h,1,NoOp(Where a call jump with a hang up)</div><div>exten -> i,1,NoOp(Where a call jumps if an invalid extension is entered)</div><div>exten -> o,1,NoOp(Where a call jumps when a caller requests an operator)</div><div>exten -> s,1,NoOp(Where a call jumps to when a new call starts in a context if no extension is specified)</div><div>exten -> t,1,NoOp(Where a call jumps if the user did not enter a response to Background or WaitExten)</div><div>exten -> T,1,NoOp(Where a call jumps when it exceeds the absolute TIMEOUT value for a call).</div><div><br></div><div>[your-new-context](Special-Extensions)</div><div>...</div><div><br></div><div>-T</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 5, 2016 at 7:53 AM, D'Arcy J.M. Cain <span dir="ltr"><<a href="mailto:darcy@vex.net" target="_blank">darcy@vex.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 5 Aug 2016 09:26:03 -0500<br>
Richard Mudgett <<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>> wrote:<br>
> Dialplan will stay on the current series of extensions until it runs<br>
> out. If there isn't an explicit hangup<br>
<br>
</span>So glad I asked.  I see now that it only worked because of the accident<br>
that the specific 800 extension and the generic one just happened to<br>
have the same number of priorities.  I have added explicit hangups.<br>
<br>
Thanks.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
D'Arcy J.M. Cain<br>
System Administrator, Vex.Net<br>
<a href="http://www.Vex.Net/" rel="noreferrer" target="_blank">http://www.Vex.Net/</a> IM:darcy@Vex.Net<br>
VoIP: sip:darcy@Vex.Net<br>
<br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</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" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</div></div></blockquote></div><br></div>