I'm experiencing a problem and have tried everything to get my Vicidial to work with the Twilio elastic SIP. The carrier was setup as below
[voip2]
type=peer
secret=**********
username=**********
host=ourhost.pstn.ie1.twilio.com
dtmfmode=rfc2833
canreinvite=no
disallow=all
allow=ulaw
insecure=port,invite
fromuser=+44203*******
fromdomain=ourhost.pstn.ie1.twilio.com
Globals String: SIPtrunk=SIP/voip2
Dialplan Entry:
exten => _44XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _44XXXXXXXXXX,n,Dial(${SIPtrunk}/+1${EXTEN:1},,tTo)
exten => _44XXXXXXXXXX,n,Hangup
! Still can't seem to get things moving, It's probably a real basic mistake, then again its my first time configuring a Vicidial server so please excuse my lack of competence.
On initiation of a call were getting the following error in the CLI!
handle_response_invite: Received response: "Forbidden" from '"V4271409150000177996" ;
tag=as649499a8' [Apr 27 14:09:16] == Everyone is busy/congested at this time (1:0/0/1)
handle_response_invite: Received response: "Forbidden" from '"V4271409150000177996
Now we have checked all the settings in the carrier and all seem to be fine, when we check " sip show peers" we have a connection to Twilio just no call initiation.
Any help would be greatly appreciated..
VERSION: 2.12-505a |BUILD: 150806-1348 | Single Virtual Server: BladeVPS CentOS 6.7 | No Extra Software After Installation | 4 cores | 8GB RAM | scratch install followed from striker247