Project

General

Profile

Help setup carrier

Added by Nux Nux about 10 years ago

Hello all,

I install goautodial for the firsttime but i need help to configure the carrier i cannot make call outgoing

here my config

Account entry :

[IDTEXPRESS]
disallow=all
allow=ulaw
type=friend
qualify=300
nat=no
host=216.53.4.1
port=5060
dtmfmode=rfc2833
context=trunkinbound

Dialplan :

exten => _933XXXXXXXXXX,1,AGI
exten => _933XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@IDTEXPRESS,,tTo)
exten => _933XXXXXXXXXX,3,Hangup

error on asterisk :

Manager 'sendcron' logged on from 127.0.0.1
-- Executing [91466256540@default:1] AGI("Local/91466256540@default-2f1a,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 [91466256540@default:2] Dial("Local/91466256540@default-2f1a,2", "/3366256540||tToR") in new stack
[Mar 6 16:36:56] WARNING[2304]: channel.c:3765 ast_request: No channel type registered for ''
[Mar 6 16:36:56] WARNING[2304]: 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 [91466256540@default:3] Hangup("Local/91466256540@default-2f1a,2", "") in new stack == Spawn extension (default, 91466256540, 3) exited non-zero on 'Local/91466256540@default-2f1a,2'
-- Executing [h@default:1] DeadAGI("Local/91466256540@default-2f1a,2", "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--PRI-----NODEBUG-----66-----CHANUNAVAIL---------- completed, returning 0

Sip show peers :

IDTEXPRESS 216.53.4.1 5060 OK (86 ms)

Can you help me please ? thank's you (the call destination is france)


Replies (4)

RE: Help setup carrier - Added by Nux Nux about 10 years ago

Dialplan
exten => _933XXXXXXXXXX,1,AGI
exten => _933XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@IDTEXPRESS,,tTo)
exten => _933XXXXXXXXXX,3,Hangup

RE: Help setup carrier - Added by Nux Nux about 10 years ago

To route your call to the desired division, please prefix each call with the associated prefix listed below.
99901

Here is the prefix need to my carrier

RE: Help setup carrier - Added by Demian Biscocho about 10 years ago

It looks like your missing some entries in your dialplan.

Executing [91466256540@default:2] Dial("Local/91466256540@default-2f1a,2", "/3366256540||tToR") in new stack
[Mar 6 16:36:56] WARNING[2304]: channel.c:3765 ast_request: No channel type registered for ''

Try using the add carrier wizard and use IP authentication for your carrier (just to be sure you have the correct parameters). After the entry has been created, post the dialplan here.

RE: Help setup carrier - Added by striker 247 about 10 years ago

hi

you dialplan starts with 993 but you are dialling just 9146625654.
so make sure you have set prefix = 993 in campaing.

also you mentioned that your carrier need 99901 , so try the below dialplan

exten => _933X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _933X.,2,Dial(${TESTSIPTRUNK}/99901${EXTEN:3},,TtoR)
exten => _933X.,3,Hangup

br
striker
www.striker24x7.blogspot.com

    (1-4/4)
    Go to top