Displaying 1 result from an estimated 1 matches for "e433".
Did you mean:
433
2005 Jul 25
3
Should this work?
...ve:
[default]
; this below for internal extensions - works OK
exten => _2XX,1,Dial(SIP/${EXTEN},20,Ttm)
; for dialing outbound - over ISDN line - this bit does not work
exten => _9XX.,2,Dial(ZAP/g1/${EXTEN},60)
exten => _9XX.,2,Hangup
Error I get is:
-- Executing Dial("SIP/200-e433", "ZAP/g1/902088787367|60") in new stack
Jul 25 11:56:33 NOTICE[6723]: app_dial.c:777 dial_exec: Unable to create channel of type 'ZAP'
== Everyone is busy/congested at this time
-- Executing Hangup("SIP/200-e433", "") in new stack
== Spawn extensi...