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!!!