Page 1 of 1

I cant make an Outgoing Call

PostPosted: Wed Aug 29, 2012 6:04 am
by fusionict
Hi guys, can you help me on this? I can't make an outgoing call. When I dial this appears on my asterisk CLI

Dial("Local/8600051@default-4254,1", "IAX2/mithras/17579862311||tToR") in new stack
[Aug 29 06:38:39] -- Called mithras/17579862311
[Aug 29 06:38:39] -- Hungup 'IAX2/mithras-36'
[Aug 29 06:38:39] == Everyone is busy/congested at this time (1:0/0/1)
[Aug 29 06:38:39] -- Executing [917579862311@default:3] Hangup("Local/8600051@default-4254,1", "") in new stack
[Aug 29 06:38:39] == Spawn extension (default, 917579862311, 3) exited non-zero on 'Local/8600051@default-4254,1'
[Aug 29 06:38:39] -- Executing [h@default:1] DeadAGI("Local/8600051@default-4254,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----3-----CHANUNAVAIL----------") in new stack
[Aug 29 06:38:39] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Aug 29 06:38:39] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-4254,2'
[Aug 29 06:38:39] -- Executing [h@default:1] DeadAGI("Local/8600051@default-4254,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Aug 29 06:38:39] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
[Aug 29 06:38:43] == Manager 'sendcron' logged off from 127.0.0.1
[Aug 29 06:38:45] == Parsing '/etc/asterisk/manager.conf': [Aug 29 06:38:45] Found
[Aug 29 06:38:45] == Manager 'sendcron' logged on from 127.0.0.1
[Aug 29 06:38:45] -- Executing [58600051@default:1] MeetMe("Local/58600051@default-9575,2", "8600051|Fmq") in new stack
[Aug 29 06:38:45] > Channel Local/58600051@default-9575,1 was answered.
[Aug 29 06:38:45] -- Executing [8309@default:1] Answer("Local/58600051@default-9575,1", "") in new stack
[Aug 29 06:38:45] -- Executing [8309@default:2] Monitor("Local/58600051@default-9575,1", "wav|20120829-033844_7579862311") in new stack
[Aug 29 06:38:45] -- Executing [8309@default:3] Wait("Local/58600051@default-9575,1", "3600") in new stack
[Aug 29 06:38:49] == Manager 'sendcron' logged off from 127.0.0.1


And this is my dial plan

exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${RAPIDVOXTRUNK}/${EXTEN:1},,tToR)
exten => _91NXXNXXXXXX,3,Hangup

What do you think the problem on this? Your help will be much appreciated. Thanks

Re: I cant make an Outgoing Call

PostPosted: Tue Sep 04, 2012 9:46 am
by williamconley
1) Welcome to the Party! 8-)

2) when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system. If your installation is "Hosted" list the site name of the host.

If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.

Similar to This:

Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600

3) Your CLI and dial plan do not seem to match based in your example (or you left something out ...):
Dial("Local/8600051@default-4254,1", "IAX2/mithras/17579862311||tToR") in new stack
[Aug 29 06:38:39] -- Called mithras/17579862311
[Aug 29 06:38:39] -- Hungup 'IAX2/mithras-36'
[Aug 29 06:38:39] == Everyone is busy/congested at this time (1:0/0/1)
This shows a failed call to "mithras".
exten => _91NXXNXXXXXX,2,Dial(${RAPIDVOXTRUNK}/${EXTEN:1},,tToR)
This shows a path to RAPIDVOXTRUNK.

You did not post your Global Variable for this carrier, which may or may not show a link between these two ... otherwise, your call to mithras was merely rejected. But since no reason was given, you would have to ask mithras! (Although you could also check your IAX2 debug log to see if there was more information in the packets.)