<div>Hi, thanks for your replay Alex:</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Right now a have an Asterisk server on a Dell Optiplex GX110 (PIII 666MHz, 320 RAM) with no soundcard.</div>
<div>With an X100P clone card (an ambient modem).</div>
<div>&nbsp;</div>
<div>Everything looks good, I've been able to make local calls trough PSTN, IAX, SIP.</div>
<div>I only have 1 POTS line, and 4 SIP softphones (X-lite)&nbsp;running all right.</div>
<div>The only problem so far I have noticed (or realized of&nbsp; :P), it is that i can make calls</div>
<div>to cellularphone numbers, * tries to connect but i get redirected to the emergency service number 066.</div>
<div>&nbsp;</div>
<div>I don't think it is because of my dialplan, eventhough I tried several configurations. Anyways here is part of the dialplan</div>
<div>where my softphones make calls:</div>
<div>&nbsp;</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p><br>;########################################<br>;#&nbsp; Llamadas salientes&nbsp; [outgoing]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>;########################################</p>
<p>[outgoing]<br>include =&gt; toPSTN<br>include =&gt; iaxtel<br>include =&gt; fwd-iax</p>
<p>;########&nbsp;&nbsp; -&gt; PSTN ########</p>
<p>[toPSTN]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Permite hacer llamadas locales (7-digitos sin contar 9)<br>ignorepat =&gt; 9</p>
<p>exten =&gt; _92XXXXXX,1,NoOp(&quot;Call for &quot;${EXTEN:1})<br>exten =&gt; _92XXXXXX,2,Dial(Zap/1/${EXTEN:1})</p>
<p>exten =&gt; _904466XXXXXXXX,1,NoOp(&quot;Call for &quot;(${EXTEN:1})&nbsp; ;Llamadas a Celular<br>exten =&gt; _904466XXXXXXXX,2,Dial(Zap/1/ww${EXTEN:1})</p>
<p>;######## -&gt; IAXTEL ########</p>
<p>[iaxtel]<br>exten =&gt; _1700XXXXXXX,1,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel" target="_blank">IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel
</a>)<br>exten =&gt; _1888NXXXXXX,1,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel" target="_blank"> IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel
</a>)<br>exten =&gt; _1877NXXXXXX,1,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel" target="_blank">IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel</a>
)<br>exten =&gt; _1866NXXXXXX,1,Dial( <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel" target="_blank">IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel</a>
)<br>exten =&gt; _1800NXXXXXX,1,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:IAX2/$%7Bcuenta%7D@iaxtel.com/$%7BEXTEN%7D@iaxtel" target="_blank">IAX2/${cuenta}@iaxtel.com/${EXTEN}@iaxtel </a>
)</p>
<p>;########&nbsp;&nbsp; -&gt; FWD&nbsp; ########</p>
<p>[fwd-iax]<br>exten =&gt; _3.,1,SetCallerId,${FWDCIDNAME}<br>exten =&gt; _3.,2,Dial(<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://iax2/$%7BFWDNUMBER%7D:$%7BFWDPASSWORD%7D@iax2.fwdnet.net/$%7BEXTEN:1%7D,60,tr)" target="_blank">
IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1},60,tr) </a><br>exten =&gt; _3.,3,Congestion</p>
<p>&nbsp;</p>
<p>;#########################################<br>;#&nbsp; Softphone x-lite&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>;#########################################</p>
<p>[x-lite]&nbsp; ; Note: SIP extensions are defined here as &quot;66&quot; followed by any two digits<br>include =&gt; default<br>include =&gt; servicios<br>include =&gt; outgoing</p>
<p>exten =&gt; 6600,1,NoOp(Llamada saliente maneja IAX2)<br>exten =&gt; 6600,2,Macro(dial,kano00,IAX2/kano00,20,tr)</p>
<p>exten =&gt; _X,1,NoOp(Llamada saliente maneja SIP)<br>exten =&gt; _X,2,Macro(dial,667${EXTEN},SIP/667${EXTEN},20,tr)<br></p></blockquote>
<p>All&nbsp;softphones working are SIP, and are directed to the [x-lite] context.</p>
<p>This is my zapata.conf:</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>[channels]<br>language=es<br>context=incoming<br>signalling=fxs_ks.<br>usecallerid=yes<br>hidecallerid=no<br>callwaiting=yes<br>callwaitingcallerid=yes<br>threewaycalling=yes<br>transfer=yes<br>cancallforward=yes<br>callreturn=yes 
</p>
<p>echocancel=yes<br>echocancelwhenbridged=yes<br>echotraining=800<br>rxgain=0.0<br>txgain=25.0</p>
<p>group=1<br>pickupgroup=1<br>immediate=yes<br>musiconhold=default<br>relaxdtmf=yes&nbsp;&nbsp; ; Relajar el DTMF, poner si asterisk salta o duplica algún DTMF, <br>&nbsp;&nbsp;; dando lugar a un número incorrecto.<br>channel =&gt; 1</p></blockquote>

<div dir="ltr">And my simple configuration file, </div>
<div dir="ltr">zaptel.conf:</div>
<div dir="ltr">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>loadzone=mx<br>defaultzone=mx<br>fxsks=1</p></blockquote>
<p>As you can see this aren't complicated configurations because i only have 1 X100P card, and I am currently using little extensions.<br><br>Also, I am not using AMP but I'm thinking to installing it over my current installation.&nbsp;I installed asterisk and&nbsp;zaptel from instructions i got from several documentations sites (voip-info wiki, digium, etc). 
<br><br>Well, I hope this info can help to look down the problem. Thanks again,</p>
<p>Regards,</p>
<p>Claudio</p></div>