Is this a bug
Posted: Fri Jul 17, 2009 12:08 am
I am using VERSION: 2.0.5-173 BUILD: 90320-0424 .
I set up the carriers and add a phone. Phone registers fine but when I try to dial a number through sip phone by dialing 91NXXNXXXXXX it says person is unavailable. The CLI gave me this
---------------------------------------------------------------------------------
-- Executing AGI("SIP/201-086406f8", "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/201-086406f8", "/18053647373||To") in new stack
Jul 16 20:43:08 WARNING[11473]: channel.c:2621 ast_request: No channel type registered for ''
Jul 16 20:43:08 NOTICE[11473]: app_dial.c:1076 dial_exec_full: Unable to create channel of type '' (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing Hangup("SIP/201-086406f8", "") in new stack
== Spawn extension (default, 918053647373, 3) exited non-zero on 'SIP/201-086406f8'
-- Executing DeadAGI("SIP/201-086406f8", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
---------------------
here is my sip-vicidial.conf
---------------------
[general]
register => user:test@provider.com
[testvoip]
type=peer
host=provider.com
username=user
secret=test
qualify=yes
allow=all
canreinvite=no
dtmfmode=rfc2833
rfc2833compensate=yes
insecure=port,invite
trustrpid=yes
context=default
[201]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=201
secret=test
host=dynamic
dtmfmode=inband
qualify=1000
mailbox=201
-------
Info I entered in the carrier page was this right from the managers manual with ofcourse the obivous changes that I had to make.
This didnt work and the changes I added in the carriers page in the admin section were not writen to the extension.conf or extensions-vicidial.conf files neither were they written to sip or sip-vicidial.
Is there another way to do it or is this a bug or am I doing it wrong.
Thanks
I set up the carriers and add a phone. Phone registers fine but when I try to dial a number through sip phone by dialing 91NXXNXXXXXX it says person is unavailable. The CLI gave me this
---------------------------------------------------------------------------------
-- Executing AGI("SIP/201-086406f8", "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/201-086406f8", "/18053647373||To") in new stack
Jul 16 20:43:08 WARNING[11473]: channel.c:2621 ast_request: No channel type registered for ''
Jul 16 20:43:08 NOTICE[11473]: app_dial.c:1076 dial_exec_full: Unable to create channel of type '' (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing Hangup("SIP/201-086406f8", "") in new stack
== Spawn extension (default, 918053647373, 3) exited non-zero on 'SIP/201-086406f8'
-- Executing DeadAGI("SIP/201-086406f8", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
---------------------
here is my sip-vicidial.conf
---------------------
[general]
register => user:test@provider.com
[testvoip]
type=peer
host=provider.com
username=user
secret=test
qualify=yes
allow=all
canreinvite=no
dtmfmode=rfc2833
rfc2833compensate=yes
insecure=port,invite
trustrpid=yes
context=default
[201]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=201
secret=test
host=dynamic
dtmfmode=inband
qualify=1000
mailbox=201
-------
Info I entered in the carrier page was this right from the managers manual with ofcourse the obivous changes that I had to make.
This didnt work and the changes I added in the carriers page in the admin section were not writen to the extension.conf or extensions-vicidial.conf files neither were they written to sip or sip-vicidial.
Is there another way to do it or is this a bug or am I doing it wrong.
Thanks