Page 1 of 1

Remotely agent Dialing issue

PostPosted: Sat Feb 04, 2012 6:18 pm
by usmanbutt001
Hi to All,

I m facing issue when i active the remotely agent it dial the number and gives this error.plz tell me regarding this which end the problem is ..it is in dialplan or any other place..

-- Executing NoOp("Local/37190604102@default-5c2b,2", "") in new stack
-- Executing AGI("Local/37190604102@default-5c2b,2", "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("Local/37190604102@default-5c2b,2", "SIP/37190604102@bengali|50|tTo") in new stack
Feb 4 18:09:33 WARNING[11030]: chan_sip.c:2018 create_addr: No such host: bengali
Feb 4 18:09:33 NOTICE[11030]: app_dial.c:1076 dial_exec_full: Unable to create channel of type 'SIP' (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing Hangup("Local/37190604102@default-5c2b,2", "") in new stack
== Spawn extension (default, 37190604102, 8) exited non-zero on 'Local/37190604102@default-5c2b,2'
-- Executing DeadAGI("Local/37190604102@default-5c2b,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----3-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Manager 'sendcron' logged off from 127.0.0.1

Waiting of your prompt reply.


Vicidial 1.3
No Sangoma / Digium Card
Asterisk 1.2.30

PostPosted: Tue Feb 07, 2012 3:52 pm
by williamconley
1) Please ALWAYS post your Vicidial Version with Build. There is no Vicidial 1.3. It's from the bottom left corner of most administration pages.

2)
-- Executing Dial("Local/37190604102@default-5c2b,2", "SIP/37190604102@bengali|50|tTo") in new stack
Feb 4 18:09:33 WARNING[11030]: chan_sip.c:2018 create_addr: No such host: bengali
You are trying to dial through a sip carrier defined as bengali ... but you have not defined a sip carrier named bengali ([bengali] in the account entry of a sip carrier) so the system has no way to attempt to dial it.

3) Happy hunting!