[channels]
language=en
context=erro
rxwink=300 ; Atlas seems to use long (250ms) winks
usecallerid=yes
callwaiting=yes
;restrictcid=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
rxgain=0.0
txgain=0.0
callgroup=1
pickupgroup=1
immediate=no
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
;echotraining=yes ; Asterisk trains to the beginning of the call, number is in milliseconds
callerid=asreceived
group=1
signalling=fxs_ks
channel=> 1-16 ; Again if you only have one FXO module remove the ‘-4’
and when i make the call some pstn number… my soft phone is saying connected and not able to hear the anything… and cli prompt says
Executing Dial(“SIP/294-11bf”, “Zap/g1/xxxxxxxxxx”) in new stack
– Called g1/xxxxxxxxxx
– Zap/1-1 answered SIP/294-11bf
Hi,
What is in your sip.conf file. And also add ‘r’ to this line.
exten => _NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN}).
ie,
exten => _NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN},20,r)
Im not sure this will help u. But check this also.
Hi,
Have you checked without “s” extension lines .
ie,
;exten => s,1,Wait(1)
;exten => s,2,Answer()
;exten => s,3,Playback(your-temp-greeting)
;exten => s,4,Hangup()
commented.
Check this also. I think it first go to the s extension.
Regards,
ijb