Hi,
I’ve install Asterisk Now with Digium Card TDM411: 1 FXS, 1 FXO.
My lap: Phone <–> PBX <–> Asterisk <–> Sofphone.
I can not make call between Phone and Asterisk.
FXS module: port 3, FXO module: port 4
/etc/zaptel.conf:
loadzone = us
defaultzone=us
fxoks=3
fxsks=4
/etc/asterisk/zapata.conf
signalling = fxo_ks
channel => 3
signalling = fxs_ks
channel => 4
/etc/asterisk/extensions.conf
[incoming]
exten => s,1,Answer()
exten => s,2,Background(fpm-sunshine)
exten => _7.,1,Macro(dial-sip,${EXTEN},30)
exten => t,1,Playback(vm-goodbye)
exten => t,2,Hangup( )
[dial-out]
exten => _9.,1,Dial(Zap/4/${EXTEN:1})
When I make call from SIP client, after press number to call (9132), I can not hear any things. Here is message from Asterisk:
– Executing [9132@from-internal:1] Dial(“SIP/7005-0821fa88”, “Zap/4/132”) in new stack
– Called 4/132
– Zap/4-1 answered SIP/7005-0821fa88
Please help me resolve this problem!
Regards,