<div>You guys are making this more&nbsp;complicated than it needs to be.</div>
<div>Set your context to dialout &amp; do this:</div>
<div>&nbsp;</div>
<div>[dialout]</div>
<div>include =&gt; blocked</div>
<div>include =&gt; notblocked</div>
<div>&nbsp;</div>
<div>[blocked]</div>
<div>exten =&gt; _003763.,1,Congestion<br>exten =&gt; _003764.,1,Congestion<br>exten =&gt; _003765.,1,Congestion<br>&nbsp;</div>
<div>[notblocked]</div>
<div>exten =&gt; _00376.,1,Dial(my iax terminiator)<br><br>This will look for a match in the &quot;blocked&quot; context first. If it finds a match, then it will play congestion, if it doesn't find a match, it will go to the &quot;notblocked&quot; context.
</div>
<div>&nbsp;</div>
<div>Good Luck,</div>
<div>&nbsp;</div>
<div>bp</div>
<div><span class="gmail_quote">On 8/1/06, <b class="gmail_sendername">Andrea Spadaccini</b> &lt;<a href="mailto:a.spadaccini@mediatechnologies.it">a.spadaccini@mediatechnologies.it</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Ciao Chris,<br><br>&gt; So if I try the following dial plan my pattern always matches the<br>&gt; first wild card
<br>&gt;<br>&gt; Exten =&gt; _00376.,1,Dial(my iax terminiator)<br>&gt; Exten =&gt; _003763.,1,Congestion<br>&gt; Exten =&gt; _003764.,1,Congestion<br>&gt; Exten =&gt; _003765.,1,Congestion<br><br>This is a common pitfall in Asterisk dialplans: Asterisk doesn't try to
<br>match your extensions in the order you insert them into your dialplan,<br>but it sorts them out according to its own internal order.<br><br>See the CLI command &quot;show dialplan example&quot; to discover how it sorts
<br>them.<br><br>So, how to solve this misunderstanding?<br><br>You must create other contexts, and include them in your main context.<br>Asterisk will try to match current context's extensions first, and then<br>extensions included from other contexts, in the order you included them.
<br><br>Please refer to<br><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+config+extensions.conf+sorting">http://www.voip-info.org/wiki/index.php?page=Asterisk+config+extensions.conf+sorting</a><br>for further information.
<br><br>HTH,<br><br>--<br>Andrea Spadaccini<br>Multimedia Technologies Institute s.r.l.<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>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>