<div>That won't check to see if it is a valid extension... it will only make sure that it is 4 digits. </div>
<div>&nbsp;</div>
<div>If you want to send everything just do:<br>exten =&gt; _X.,n,Dial(<a href="mailto:SIP/${EXTEN}@${SERADDRESS},60,tr">SIP/${EXTEN}@${SERADDRESS},60,tr</a>) That will send everything over 1 digit to ${SERADDRESS}<br>&nbsp;</div>

<div>bp<br>&nbsp;</div>
<div><span class="gmail_quote">On 11/6/06, <b class="gmail_sendername">Evert</b> &lt;<a href="mailto:evert@poboxes.info">evert@poboxes.info</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi! :)<br><br>Thanks for the tip. I'm almost there now, the only problem that I have<br>left is that I do NOT want Asterisk to check whether the extension
<br>entered is valid. In the current setup Asterisk will refuse to forward<br>the call since it thinks the extension is invalid...&nbsp;&nbsp;:-/<br><br>Regards,<br>Evert<br><br>Bruce Reeves wrote:<br>&gt;<br>&gt; Try changing the last line to
<br>&gt;<br>&gt; exten =&gt; _XXXX,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr)<br>&gt;<br>&gt; Which will pattern match any 4 digits and then the ${EXTEN} variable<br>&gt; will be those 4 digits. One side note is that if the extensions are on
<br>&gt; the same server then you could do either a Goto(&lt;context&gt;,${EXTEN},1)<br>&gt; or just include their context in the context of your menu.<br></blockquote></div><br>