I cannot made my analog phone right connected to my X101P

Hi guys.

I have Centos 5 running asterisk 1.4.11, i can receive outside calls, transfer those calls to each of my SIP phones HW && SW, but i still cannot transfer those call to my analog phone connected to my card X101P.

I can do internal calls between my SIP phones but none of them can call to my analog phone.

I really don’t get it, maybe i have my settings wrong, this is my zaptel.conf:

fxsks=1
loadzone = us
defaultzone = us

This is my zapata.conf

[channels]
language=en
context=incoming
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
immediate=yes
channel = 1

This is my extension.conf:

[general]
autofallthrough=no

[incoming]
exten => s,1,Answer()
exten => s,2,Background(vm-enter-num-to-call)
exten => 100,1,Dial(${PERIKO},10)
exten => 100,2,Playback(vm-nobodyavail)
exten => 100,3,Hangup()
exten => 100,101,Playback(tt-allbusy)
exten => 100,102,Hangup()
exten => 101,1,Dial(${HARRY},10)
exten => 101,2,Playback(vm-nobodyavail)
exten => 101,3,Hangup()
exten => 101,101,Playback(tt-allbusy)
exten => 101,102,Hangup()
exten => 102,1,Dial(Zap/1,10,r)
exten => 102,2,Playback(vm-nobodyavail)
exten => 102,3,Hangup()
exten => i,1,Playback(pbx-invalid)
exten => i,2,Goto(incoming,s,1)
exten => t,1,Playback(vm-goodbye)
exten => t,2,Hangup()

[internal]
exten => 100,1,Dial(SIP/periko,10,r)
exten => 101,1,Dial(SIP/harry,10,r)
exten => 102,1,Dial(Zap/1,5,r)

I have been changing to 102,1,Dial,Zap/1,5 like some examples, i have read the asterisk manual but maybe i’m doing some thing wrong.

Can please someone point me where is my mistake???

Thanks all for your time!!!

Hi,
You only have a single ZAP channel defined, which presumably is the analog trunk line.

As far as I am aware, the X100 type cards only have an FXO port. Some also have a telephone socket, but this is because they are based on a dial-up modem design and like many modems they have a ‘through’ socket so you can have a phone connected. It is not an ‘active’ port, it’s just for convenience in the original Modem function.

To add an analog extension you would need an additional card with an FXS port or use an ATA box.

ATA are cheaper than fxo/fxs cards :smiley: !

Ok guys a get it, this ok im just playing with, but latter i will have to buy some FXO/FXS cards to continue!!

Thanks for your help.