Page 1 of 1

Dialer no connecting to voip carrier

PostPosted: Tue Aug 19, 2014 5:43 pm
by davesdatasystems
Ok, First of all. It has been a while, and i am still working out the issue, and hopefully it will be fixed soon. But i wanted a bit of input on this to see if anyone can help while i fight this issue

Voip carrier says that everything is correct, however i am not connecting to them.

So i want to show a few things to see if anyone out there can help


Account entry and Dialplan entry ////////////////////////////////////////////////////////////////////////////////////////////////////

[Xcast]
host=38.102.250.50
type=friend
disallow=all
allow=ulaw
trustrpid=yes
sendrpid=yes
qualify=yes
insecure=port,invite
dtmfmode=Inband
canreinvite=auto
nat=yes
host=38.102.250.60
context=trunkinbound

exten=> _81XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten=> _81XXXXXXXXXX,2,Dial(SIP/Xcast/${EXTEN:1},,tTr)
exten=> _81XXXXXXXXXX,3,Hangup



CLi output ///////////////////////////////////////////////////////////////////////////////

[Aug 19 18:07:55] WARNING[2627]: channel.c:5735 ast_request: No channel type reg istered for ''
[Aug 19 18:07:55] WARNING[2627]: app_dial.c:2345 dial_exec_full: Unable to creat e channel of type '' (cause 66 - Channel not implemented)
[Aug 19 18:07:55] == Everyone is busy/congested at this time (1:0/0/1)
[Aug 19 18:07:55] -- Executing [812053640294@default:3] Hangup("Local/812053 640294@default-0000002f;2", "") in new stack
[Aug 19 18:07:55] == Spawn extension (default, 812053640294, 3) exited non-zer o on 'Local/812053640294@default-0000002f;2'
[Aug 19 18:07:55] -- Executing [h@default:1] AGI("Local/812053640294@default -0000002f;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-- ---CHANUNAVAIL----------") in new stack
[Aug 19 18:07:55] == Manager 'sendcron' logged on from 127.0.0.1
[Aug 19 18:07:55] -- Executing [816782726052@default:1] AGI("Local/816782726 052@default-00000030;2", "agi://127.0.0.1:4577/call_log") in new stack
[Aug 19 18:07:55] -- AGI Script Executing Application: (EXEC) Options: (Set( _CAMPCUST=PHTALARM))
[Aug 19 18:07:55] -- <Local/816782726052@default-00000030;2>AGI Script agi:/ /127.0.0.1:4577/call_log completed, returning 0
[Aug 19 18:07:55] -- Executing [816782726052@default:2] Dial("Local/81678272 6052@default-00000030;2", "/6782726052,,To") in new stack
[Aug 19 18:07:55] WARNING[2634]: channel.c:5735 ast_request: No channel type reg istered for ''
[Aug 19 18:07:55] WARNING[2634]: app_dial.c:2345 dial_exec_full: Unable to creat e channel of type '' (cause 66 - Channel not implemented)
[Aug 19 18:07:55] == Everyone is busy/congested at this time (1:0/0/1)
[Aug 19 18:07:55] -- Executing [816782726052@default:3] Hangup("Local/816782 726052@default-00000030;2", "") in new stack
[Aug 19 18:07:55] == Spawn extension (default, 816782726052, 3) exited non-zer o on 'Local/816782726052@default-00000030;2'
[Aug 19 18:07:55] -- Executing [h@default:1] AGI("Local/816782726052@default -00000030;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-- ---CHANUNAVAIL----------") in new stack
[Aug 19 18:07:55] == Manager 'sendcron' logged on from 127.0.0.1
[Aug 19 18:07:55] -- Executing [817705932923@default:1] AGI("Local/817705932 923@default-00000031;2", "agi://127.0.0.1:4577/call_log") in new stack
[Aug 19 18:07:55] -- AGI Script Executing Application: (EXEC) Options: (Set( _CAMPCUST=PHTALARM))
[Aug 19 18:07:55] -- <Local/817705932923@default-00000031;2>AGI Script agi:/ /127.0.0.1:4577/call_log completed, returning 0
[Aug 19 18:07:55] -- Executing [817705932923@default:2] Dial("Local/81770593 2923@default-00000031;2", "/7705932923,,To") in new stack
[Aug 19 18:07:55] WARNING[2639]: channel.c:5735 ast_request: No channel type reg



VOIP Carrier has said they have seen no traffic coming from me

External ip is set and correct, and as far as i can see everything else is correct, some one help me out and telling me what simple thing i am missing, thanks

Re: Dialer no connecting to voip carrier

PostPosted: Tue Aug 19, 2014 7:01 pm
by covarrubiasgg
Please post the result for this command on your asterisk CLI

dialplan show _81XXXXXXXXXX@default

compare the the result is exactly the same you posted here.


Also, does your carrier needs registration?

Re: Dialer no connecting to voip carrier

PostPosted: Tue Aug 19, 2014 7:12 pm
by davesdatasystems
Ok, Well, I would of liked to find out what the issue was, but to be honest, I know it was somewhere in the sip.conf file or the dial plan, so i stole those two files out of one of my other servers and uploaded them. to the new server and everything fired up right. Thank you for the response. I would still like to know what i did to cause it. (Because well it was me that did it somehow). But i needed to get it working. Thank you for the help