Hi,
I am running Asterisk 1.4.1 and am having problems with outbound dialling via zap. I get the following error when trying :-
-- Executing [9674035@internal-nonuri:1] Dial("SIP/uxbod-00666190", "Zap/g0/123456") in new stack
[Mar 3 18:00:05] WARNING[26731]: app_dial.c:1090 dial_exec_full: Unable to create channel of type 'Zap' (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [9123456@internal-nonuri:2] Congestion("SIP/uxbod-00666190", "") in new stack
== Spawn extension (internal-nonuri, 9123456, 2) exited non-zero on 'SIP/uxbod-00666190'
Dial(${PSTN}${EXTEN:1})
PSTN has been set too Zap/g0 which is my FXO module on a TDM11B.
Incoming works fine.
Here is my zapata.conf :-
[code][channels]
;
language=en
context=incoming
switchtype=national
sendcalleridafter=2
signalling=fxo_ks
context=internal
channel => 1
callerid=“Office” <1000>
mailbox=1000
group=5
signalling=fxs_ks
context=incoming
channel => 4
callerid=asreceived
group=0
[/code]
Any ideas ?
Note: Real number has been replaced with 123456!