<div>Hi,</div>
<div>&nbsp;</div>
<div>I am trying to configure asterisk to send all calls which come in on the second port of my linksys pap2&nbsp;(which is&nbsp;attached to a fax)&nbsp;to send out my FXO trunk line.&nbsp;I have setup seperate sip profiles for both ports, the second port defaults to a [fax] context.
</div>
<div>&nbsp;</div>
<div>If I have the context configured as below, then it works for numbers which match the number patterns. </div>
<div>&nbsp;</div>
<div>[fax]</div>
<div>exten =&gt; _XXXXXXXX,1,Dial(${TRUNK}/${EXTEN},45)<br>exten =&gt; _XXXXXXXX,2,Congestion<br>exten =&gt; _0XXXXXXXXX,1,Dial(${TRUNK}/${EXTEN},45)<br>exten =&gt; _0XXXXXXXXX,2,Congestion<br>&nbsp;</div>
<div>However, shouldn't I be able to use the &quot;s&quot; number pattern as such for one simple rule? It does not work for me.</div>
<div>&nbsp;</div>
<div>[fax]</div>
<div>exten =&gt; s,1,Dial(${TRUNK}/${EXTEN},45)<br>exten =&gt; s,2,Congestion<br>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Bradley</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>