Project

General

Profile

Create a dialplan

Added by cuneyt kilic over 6 years ago

Hi i am really newbie in goautodial and i use :kernel Version 2.6.18-371.11.1.el5 (SMP)
Distro Name GoAutoDial CE 3.3

My Service status is always as below in the picture
http://prntscr.com/gpybig

i see some post with a detailed code report but dont know the command for this report because of this i copy paste it

Carrier Description:Test

Registration String:register => NAME:PASS@SIPPROVIDERDOMAINNAME:5060/NAME

Account Entry:
[Test]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=SIPPROVIDERDOMAINNAME
username=NAME
secret=PASS

Protocol:SIP

Globals String:
Dialplan Entry:
exten => _49X.,1,AGI
exten => _49X.,2,Dial(SIP/${EXTEN:3}@Test,,tTo)
exten => _49X.,3,Hangup
Server IP: 192.168.1.200

i want call germany with countrucode 49

and after then number with different lenghts

can somebody help me

ISSUE 2 : i cant change the "Carrier to use for this Campaign: custom dial prefix to my generated carrier Script:


Replies (1)

RE: Create a dialplan - Added by striker 247 over 6 years ago

hi
you dialplan will discard 49 plus the first digit

change the dialplan as

exten => _49X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _49X.,2,Dial(SIP/@{EXTEN},,tTo)
exten => _49X.,3,Hangup()

ref this link for dialplan some basic guide
https://striker24x7.blogspot.in/2015/07/vicidial-or-goautodial-dialplan-entry.html

    (1-1/1)
    Go to top