Here is a guide to setup GOautodial SIP trunk, with your VoIP account you will have unlimited ports available, this will give you the ability to make multiple concurrent outbound calls at the same time without congestion.GOautodial SIP trunk settings:
Login to your admin dashboard to setup your Goautodial SIP trunk. Follow the instructions below or let us know if you need help with the settings, our tech support agents are ready to help you.GOautodial SIP trunk Dialplan Entry:
The
GOautodial SIP trunk Dial plan entry will vary depending on the country the user wants to make calls to. US:
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@switch2voip,,tTo)
exten => _91XXXXXXXXXX,3,Hangup
UK:
exten => _944.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _944.,2,Dial(SIP/${EXTEN:1}@switch2voip,,tTo)
exten => _944.,3,Hangup
Australia:
exten => _961.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _961.,2,Dial(SIP/${EXTEN:1}@switch2voip,,tTo)
exten => _961.,3,Hangup
Universal Dialplan:
exten => _847.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _847.,2,Dial(SIP/${EXTEN:3}@switch2voip,,tTo)
exten => _847.,3,Hangup
Using this method you will be able to setup and configure your GOautodial SIP trunk to start making calls.Download GOautodial
Download ISO Installer: Goautodial Latest version in ISO format:
GOautodial-4-x86_64-Final-20191010-0150.iso GOautodial-4-x86_64-Final-20191010-0150.iso.sha256 Goautodial Github:
https://github.com/goautodial Let us know if you need help with the GOautodial SIP trunk settings after the software has been installed on your server.