hello, i have two FXS, channel 2(700) can call channel3(800), but channel3 (800)can not call channel 2(700). the channel 3 can call SIP(600) phone. below are my cofg file:
zapata.conf:
[trunkgroups]
[channels]
language=cn
context=from-zaptel
signalling=fxs_ks
channel =>1
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes
busydetect=yes
busycount=6
;THIS IS THE ADDED OPTION FOR CHINESE
relaxdtmf=yes
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
;rxgain=0.0
;txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
;faxdetect=both
;faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no
;Include genzaptelconf configs
#include zapata-auto.conf
;Include AMP configs
#include zapata_additional.conf
zapata_additional.conf
;;;;;;[700]
signalling=fxo_ks
record_out=Adhoc
record_in=Adhoc
pickupgroup=1
mailbox=700@device
echotraining=800
echocancelwhenbridged=no
echocancel=yes
context=from-internal
callprogress=no
callgroup=1
callerid=device <700>
busydetect=no
busycount=7
accountcode=
channel=>2
;;;;;;[800]
signalling=fxo_ks
record_out=Adhoc
record_in=Adhoc
pickupgroup=1
mailbox=800@device
echotraining=800
echocancelwhenbridged=no
echocancel=yes
context=from-internal
callprogress=no
callgroup=1
callerid=device <800>
busydetect=no
busycount=7
accountcode=
channel=>3
extensions.conf:
[from-internal]
exten => 600,1,Dial(SIP/600)
exten => 600,2,Hangup
exten => 700,1,Dial(ZAP/2)
exten => 700,2,Hangup
exten => 800,1,Dial(ZAP/3)
exten => 800,2,Hangup
Does anyone know that problem? please give me a hint. thanks!
zhu8080