Not a valid extension
Posted: Fri Jul 17, 2009 1:13 am
I am using VERSION: 2.0.5-173 BUILD: 90320-0424 CentOS 5
Here is my problem
I can make the calls manually using softphone, which means that my provider account is setup ok. However when agent logs in , instead of hearing you are the only person in this conference, it plays this message
Its an invalid extension
This is what I get on CLI
== CDR updated on SIP/202-0863c8c0
-- Executing Goto("SIP/202-0863c8c0", "#|1") in new stack
-- Goto (default,#,1)
-- Executing Playback("SIP/202-0863c8c0", "invalid") in new stack
-- Playing 'invalid' (language 'en')
-- Executing Hangup("SIP/202-0863c8c0", "") in new stack
== Spawn extension (default, #, 2) exited non-zero on 'SIP/202-0863c8c0'
-- Executing DeadAGI("SIP/202-0863c8c0", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
-----
here is my extension.conf settings for out bound calls
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(sip/${EXTEN:1}@${TRUNKSIP1},55,o)
;exten => _91NXXNXXXXXX,3,Dial(sip/${EXTEN:1}@${TRUNKSIP2},55,o)
exten => _91NXXNXXXXXX,3,Hangup
exten => 201,1,Dial(SIP/201)
exten => 201,2,Voicemail,u201
exten => 202,1,Dial(SIP/202)
exten => 202,2,Voicemail,u202
Not sure what could be causing this
Thanks
Here is my problem
I can make the calls manually using softphone, which means that my provider account is setup ok. However when agent logs in , instead of hearing you are the only person in this conference, it plays this message
Its an invalid extension
This is what I get on CLI
== CDR updated on SIP/202-0863c8c0
-- Executing Goto("SIP/202-0863c8c0", "#|1") in new stack
-- Goto (default,#,1)
-- Executing Playback("SIP/202-0863c8c0", "invalid") in new stack
-- Playing 'invalid' (language 'en')
-- Executing Hangup("SIP/202-0863c8c0", "") in new stack
== Spawn extension (default, #, 2) exited non-zero on 'SIP/202-0863c8c0'
-- Executing DeadAGI("SIP/202-0863c8c0", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
-----
here is my extension.conf settings for out bound calls
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(sip/${EXTEN:1}@${TRUNKSIP1},55,o)
;exten => _91NXXNXXXXXX,3,Dial(sip/${EXTEN:1}@${TRUNKSIP2},55,o)
exten => _91NXXNXXXXXX,3,Hangup
exten => 201,1,Dial(SIP/201)
exten => 201,2,Voicemail,u201
exten => 202,1,Dial(SIP/202)
exten => 202,2,Voicemail,u202
Not sure what could be causing this
Thanks