Posts Tagged ‘inbound carrier’

How To Create Inbound Carrier In Vicidial

Follow these steps:

1) Context for incoming calls is “trunkinbound” in your carrier
2) Make sure that you have created DID
3) make sure that you have created INBOUND-Group and select your campaign.
4) Make sure you are getting the digits equal to its DID sent by your carrier.
5) Its basic but don’t forget ( asterisk reload or dialplan reload before the tests )

Account Entry:

[metronet]
disallow=all
allow=alaw
allow=gsm
allow=ulaw
allow=g729
type=peer
nat=yes
username=username
secret=password
host=your_host
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
canreinvite=no
insecure=port,invite

Dialplan Entry

exten => _90[2-9]X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90[2-9]X.,2,Set(CALLERID(num)=your_did_Number)
exten => _90[2-9]X.,3,Dial(SIP/${EXTEN:1}@metronet,,tTorR)
exten => _90[2-9]X.,4,Hangup