Page 1 of 1

IAX ERROR

PostPosted: Sun Aug 05, 2012 4:03 pm
by ed123
Hi,

I created an inbound from pbx to vicidial via iax2......error encountered.please help. :cry:

-- Accepting AUTHENTICATED call from X.X.X.X:
> requested format = ulaw,
> requested prefs = (ulaw|alaw|gsm),
> actual format = ulaw,
> host prefs = (ulaw|gsm),
> priority = mine
-- Executing [61123456789@trunkinbound:1] AGI("IAX2/vicidial-14234", "agi-DID_route.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
-- AGI Script agi-DID_route.agi completed, returning 0
-- Executing [61123456789@default:1] AGI("IAX2/vicidial-14234", "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 [61123456789@default:2] Dial("IAX2/vicidial-14234", "/61123456789|55|o") in new stack
WARNING[25600]: channel.c:3765 ast_request: No channel type registered for ''
WARNING[25600]: app_dial.c:1310 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 [61123456789@default:3] Hangup("IAX2/vicidial-14234", "") in new stack
== Spawn extension (default, 61123456789, 3) exited non-zero on 'IAX2/vicidial-14234'
-- Executing [h@default:1] DeadAGI("IAX2/vicidial-14234", "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
-- Hungup 'IAX2/vicidial-14234'


*******************************************************
extensions
[default]
include => vicidial-auto
exten => _61123456789,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _61123456789,2,Dial(${IAX2}/${EXTEN},55,o)
exten => _61123456789,3,Hangup



Goautodial
VERSION: 2.4-309a
BUILD: 110430-1642
© 2011 ViciDial Group
Asterisk 1.4.39.1-vici

Re: IAX ERROR

PostPosted: Sun Aug 05, 2012 9:24 pm
by williamconley
Thanks for posting your Vicidial Version with Build (even though you have the word Goautodial in front of it ...). Please also post your Goautodial version. (ie: CE 2.0 or CE 2.1) Note that Goautodial is the "Installer" for Vicidial (there is another installer named Vicibox, available at Vicibox.com, you may be interested in). Knowing the installer version can often help in troubleshooting which is why we ask you to post that as well as your Vicidial version. :)

Your inbound call is triggering an outbound call ... and that call is failing because there is no carrier protocol or context.

So it is likely that your DID is configured incorrectly. You could either check your agi log to determine this (the agi-did route script should be generating output to tell you why it chose to initiate an outbound call) or review your did settings in the user interface to see if you simply misconfigured it.

Re: IAX ERROR

PostPosted: Mon Aug 06, 2012 1:06 pm
by ed123
Yes.. it works.. i miss something from my confige.. tnx william..

Re: IAX ERROR

PostPosted: Mon Aug 06, 2012 7:20 pm
by williamconley
Don't thank me ... stay and answer some posts. Get more people in this project! :)