Page 1 of 1

My Carriers are not visible in campaign creation page

PostPosted: Mon Aug 24, 2015 10:07 am
by papiss15
Hi every body,
I am newer here, excuse me if this is not the rigth place to put my question.
I want to use goautodial, i've installed very well (goautodial 3.3), i've created a new carrier which is activated and registered (sip show registry). This carrier have to make a trunk with my other asterisk server which is able to make calls.
But if i want to create a campaign, the part with this question " carrier to use for this campaign", i never see my carrier and i don't where is the problem. I hope someone understands me and can give some informations, mention that is my first try with goautodial plateform.

register => 8025:8025@192.168.11.89:5060/8025

##################Account Entry##################
[MYCARRIER]
disallow=all
allow=gsm
allow=ulaw
allow=alaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=invite,port
nat=yes
host=192.168.11.89
username=8025
secret=8025


################ Dialplan Entry:###################

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


Note: 8025 is an sip account of my other server (192.168.11.89) with username 8025 et password 8025.

Re: My Carriers are not visible in campaign creation page

PostPosted: Mon Aug 24, 2015 10:13 am
by papiss15
################ Dialplan Entry:###################

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

excuse me, this is the rigth dialplan entry