Posts

Showing posts from December, 2015

How to setup Carrier in VICIdial/GoautoDial - Both IP and Password based Authentication

                      How to setup Carrier in VICIdial/GoautoDial 1. For username and password based Authentication Account Entry: register =>username:password@host:5060 [SIP] disallow=all type=friend secret= ;put the password provided by the VoIP Provider username= ;put the username provided by the VoIP Provider host= ;put the Domain provided by the VoIP Provider dtmfmode=rfc2833 context=trunkinbound canreinvite=no allow=ulaw allow=g729 insecure=port,invite 1. 1 For IP based Authentication Account Entry:  [SIP] disallow=all type=friend host= ;put the Domain provided by the VoIP Provider dtmfmode=rfc2833 context=trunkinbound canreinvite=no allow=ulaw allow=g729 insecure=port,invite 2. Dialplan  exten => _75925X.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _75925X.,n,Dial(SIP/${EXTEN:5}@SIP,55,o) exten => _75925X.,n,Hangup   3. Set the 75925 prefix on the Campaign Dial Prefix and you're all set.