Hi guys,<br><br>I have an Alcatel 4200 with a ISDN board pluged in the asterisk server with TE110P.<br><br><span style="font-weight: bold;">Input calls</span><br>VOIP Proider ---&gt; Asterisk ---&gt; Alcatel<br><br><span style="font-weight: bold;">
Output Calls</span><br>VOIP Proider &lt;--- Asterisk &lt;--- Alcatel<br><br>In alcatel phones, users should dial 2 for take a line tone and can dial. At this point start my problems:<br><br>1. When users dial 2 on phone (alcatel) they don't received a dial tone, only receive a ocuped tone;
<br><br>2. When users make step one, in asterisk console i received this message:<br><br style="font-weight: bold;"><span style="font-weight: bold;">!! Unexpected Channel selection 3</span><br style="font-weight: bold;"><span style="font-weight: bold;">
&nbsp;&nbsp;&nbsp; -- Extension '' in context 'default' from '027' does not exist.&nbsp; Rejecting call on channel 0/31, span 1<br><span style="font-weight: bold;"><span style="font-weight: bold;"></span></span></span><br>If i configure in alcatel short dialing such: if user dial 3020 alcatel sent do&nbsp; asterisk a block number 31122332. In this case works fine.
<span style="font-weight: bold;"><span style="font-weight: bold;"><span style="font-weight: bold;"></span><br><br></span></span>How i can solve this problem ??<br><br>Bellow i list my extension.conf<br><br>[default]<br>ignorepat=&gt;0
<br>### Internal Calls<br><br>## Input Calls <br>exten=&gt; 312120XX,1,Dial(Zap/g1/${EXTEN:-4})<br>exten=&gt; 312120XX,2,Hangup<br><br><br>### External Calls<br>exten=&gt; _XXXXXXXX,1,Dial(SIP/${EXTEN}@voipprovider,60,Tt) # Local calls
<br>exten=&gt; _XXXXXXXX,2,Hangup<br><br>exten=&gt; _0XXXXXXXXXX,1,Dial(SIP/${EXTEN}@voipprovider,60,Tt) # Long distance Calls<br>exten=&gt; _0XXXXXXXXXX,2Hangup<br><br>exten=&gt; _00XXXXXXXXXX,1,Dial(SIP/${EXTEN}@voipprovider
,60,Tt) # Internacional Calls<br>
exten=&gt; _00XXXXXXXXXX,2Hangup<br><br>Thanks.<br clear="all"><br>-- <br>Frederico Madeira<br><a href="mailto:fmadeira@gmail.com">fmadeira@gmail.com</a><br><a href="http://www.madeira.eng.br">www.madeira.eng.br</a>