I have 1.4.20.1 with a tdm410 2-fxs and 2-fxo . I currently just have a land line coming into port 3 and two analog phones one 1 and 2. I am able to dial in ok and call also dial another extension ok but i am not able to dial out outside. The message I receive when I dial a local call is …
Starting simple switch on 'Zap/1-1’
– Executing [5837117@employees:1] Dial(“Zap/1-1”, “Zap/3/”) in new stack
– Called 3/
– Hungup 'Zap/3-1’
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [5837117@employees:2] Congestion(“Zap/1-1”, “”) in new stack
my zapata.conf is…
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
immediate=no
;FXS Modules
Group=1
signalling=fxo_ks
context=employees
channel=1-2
;FXO Modules
Group=2
echocancel=yes
signalling=fxs_ks
context=incoming
channel=3-4
my extensions.conf is …
[globals]
meh=Zap/1
meh2=Zap/2
outboundtrunk=Zap/3
[general]
autofallthrough=yes
[incoming]
exten => s,1,Answer()
exten => s,n,Dial(Zap/1,10)
exten => s,n,Playback(vm-nobodyavail)
exten => s,n,Hangup()
[employees]
include => outbound-local
include => outbound-long-distance
exten => 101,1,Dial(${meh})
exten => meh,1,Dial(${meh})
exten => 102,1,Dial(${meh2})
exten => meh2,1,Dial(${meh2})
[outbound-local]
exten => _nxxxxxx,1,Dial(${outboundtrunk}/${exten:1})
exten => _nxxxxxx,n,Congestion()
exten => _nxxxxxx,n,Hangup()
[outbound-long-distance]
exten => _1nxxnxxxxxx,1,Dial(${outboundtrunk}/${exten:1})
exten => _1nxxnxxxxxx,n,Playtones(congestion)
exten => _1nxxnxxxxxx,n,Hangup()
I’ve tried several configs. no luck… any suggestions appreciated
Mark