Page 1 of 1

Call Timeout -- Waiting to dial

PostPosted: Fri Sep 11, 2020 12:40 pm
by savagenoob
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:

Code: Select all
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:
Code: Select all
[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,

Re: Call Timeout -- Waiting to dial

PostPosted: Sat Oct 03, 2020 1:50 pm
by williamconley
1) "Scratch" vs "Goautodial" is contradictory. Scratch install is when you perform the line-by-line instructions for installation yourself at the CLI. Goautodial is an .iso-based installer (Similar to Vicibox.com's .iso, but older and unsupported much of the time). If you did perform a scratch install, it is customary to provide a link to the instruction set you used for the installation. Without that, finding out where the install went awry may be nearly impossible.

2) WHY did you not install with Vicibox's installation .iso? (Only important because often the answer helps us understand your situation/restrictions, such as "my corporation ONLY allows CentOS/Redhat")

3) I don't see an actual problem listed and of course your paste is a dead link. Or I'd offer help.