Page 1 of 1

CARRIER Configuration Please

PostPosted: Wed Oct 10, 2012 5:20 am
by adi369
Hi,

I am new to Vicidial.
I am trying to add a CARRIER but, unfortunately i could not gone through. :(
When I am trying to use the sample trunk its connecting(i have checked in asterisk -r)....But when i tried copied the same data and tried with new career it's not going through......May I know the SIP configuration....
some people are telling in register string to add user,psw & gateway and some are telling some other.....may I know the clear view of it.
Even i have a doubt, is there any modifications have to done in extensions.conf.
I don't want to do any changes in sip.conf.


ViciBox.x86_64-4.0.0_Standard
VERSION: 2.6-375a
BUILD: 120831-1523
Asterisk 1.4.44-vici,
Single Server

Thanks

Re: CARRIER Configuration Please

PostPosted: Mon Oct 15, 2012 8:21 pm
by udfxrookie
What did you put in for the account entry and dialplan entry for the carrier? then you need an asterisk sample but it might just be setup wrong

Re: CARRIER Configuration Please

PostPosted: Mon Oct 15, 2012 8:27 pm
by udfxrookie
Here's a basic carrier setup I start with, this is with xcast:
Account entry:
Code: Select all
[xcast]
insecure=port,invite
qualify=yes
host=38.102.250.50
disallow=all
allow=ulaw
allow=alaw
dtmfmode=rfc2833
nat=no
canreinvite=yes
type=peer

Globals String:
Code: Select all
DIAL6TRUNK=SIP/xcast


Diaplan Entry:
Code: Select all
exten => _61NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _61NXXNXXXXXX,n,Dial(${DIAL6TRUNK}/${EXTEN:1},,Ttor)
exten => _61NXXNXXXXXX,n,Hangup


See if your carrier has sip authentication, you may need something in your registration string.
Make sure you have the carrier active.