Setting up Vicidial with VirtualGlobalPhone as your SIP Provider is pretty simple.
- Log into the Vicidial web portal.
- Navigate to ‘Admin’ > ‘Carriers’ > ‘Add new carrier’.
- Enter the following information.
Carrier ID: VirtualGlobalPhone
Carrier Name: VirtualGlobalPhone
Template ID: NONE
Reg string: register => PhoneNumber:your_password@sip.virtualglobalphone.com:5060
Account Entry: [VirtualGlobalPhone]
disallow=all
allow=ulaw
allow=g729
type=friend
host=sip.virtualglobalphone.com
username=PhoneNumber
secret=your_password
host=dynamic
dtmfmode=rfc2833
context=default
Protocol: SIP
Global String: VirtualGlobalPhone=SIP/virtualglobalphone
Dial Plan:
exten => _9NXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9NXXXXXXXXXX,2,Dial(${VirtualGlobalPhone}/${EXTEN:1},60,tTor)
exten => _9NXXXXXXXXXX,3,Hangup
Note: In this case, 9 is the prefix that will be dialed to send calls to VirtualGlobalPhone trunk.
That's it, you've now completed the configuration of VICIdial and can now make and receive calls by using VirtualGlobalPhone as your SIP provider!
