extension.conf
Posted: Thu Jan 01, 2009 5:37 pm
I am getting call declined error on my xlite phone and on cli> I get this
-- Registered IAX2 to '127.0.0.1', who sees us as 127.0.0.1:32768 with no messages waiting
-- Registered IAX2 to '127.0.0.1', who sees us as 127.0.0.1:32769 with no messages waiting
-- Executing AGI("SIP/2000-08242270", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("SIP/2000-08242270", "Zap/g1/17201234567||To") in new stack
Jan 1 17:31:51 NOTICE[28525]: app_dial.c:1076 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 Hangup("SIP/2000-08242270", "") in new stack
== Spawn extension (default, 17201234567, 3) exited non-zero on 'SIP/2000-08242270'
-- Executing DeadAGI("SIP/2000-08242270", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
XXXXXXXXXXXXXXXXXXXXX
here is the entry in extension.conf file
; dial a local 720 outbound number with area code
exten => _1720NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1720NXXXXXX,2,Dial(${TRUNK}/1${EXTEN:1},,To)
exten => _1720NXXXXXX,3,Hangup
here is my trunck
[globals]
CONSOLE=Console/dsp ; Console interface for demo
SIPtrunk=SIP/login@voicepulse.com ; SIP trunk
thanks in advance
-- Registered IAX2 to '127.0.0.1', who sees us as 127.0.0.1:32768 with no messages waiting
-- Registered IAX2 to '127.0.0.1', who sees us as 127.0.0.1:32769 with no messages waiting
-- Executing AGI("SIP/2000-08242270", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("SIP/2000-08242270", "Zap/g1/17201234567||To") in new stack
Jan 1 17:31:51 NOTICE[28525]: app_dial.c:1076 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 Hangup("SIP/2000-08242270", "") in new stack
== Spawn extension (default, 17201234567, 3) exited non-zero on 'SIP/2000-08242270'
-- Executing DeadAGI("SIP/2000-08242270", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
XXXXXXXXXXXXXXXXXXXXX
here is the entry in extension.conf file
; dial a local 720 outbound number with area code
exten => _1720NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1720NXXXXXX,2,Dial(${TRUNK}/1${EXTEN:1},,To)
exten => _1720NXXXXXX,3,Hangup
here is my trunck
[globals]
CONSOLE=Console/dsp ; Console interface for demo
SIPtrunk=SIP/login@voicepulse.com ; SIP trunk
thanks in advance