Call Timing Out - Waiting for Ring

This is a from scratch build of GoAutoDial 4 using Centos7 - Asterisk 13.17.2. I just setup a new carrier (callcentric.com) and sip show peers shows OK. Here is a CLI output using verbose 5, debug 5, and SIP debug on: https://paste.centos.org/view/1b8d5b55 .
Dial plan entry looks like:

exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@callcentric,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

Account entry:

[callcentric]
context=from-pstn
fromdomain=callcentric.com
fromuser=17778801111
host=callcentric.com
insecure=port,invite
secret=password
type=peer
defaultuser=17778801111
disallowed_methods=UPDATE
directmedia=no
videosupport=no
disallow=all
allow=ulaw

Any help would be appreciated to solve this. Thank you in advance,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.