3) Dial timeout is not an error: It's a notification of an event. You called, no one answered.
4) Now, the REASON no on answered may show a problem with the system and needs resolution. For that: Please post an asterisk CLI output of a single example (not 3000 lines of unrelated code, just a single call with ONLY that traffic on the dialer when the test is run).
Happy Hunting
Hi Marcelo here
- ViciBox v.9.0.0 190913-1108 * Released on Friday the 13th during a full moon. So spooky, much wow! |Vicidial 2.14-588c BUILD 190925-1346 | Asterisk 13.27.0-vici | Linux version 4.12.14-lp151.28.16-default | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel(R) Xeon(R) CPU E5-2450 0 @ 2.10GHz
> > > > > > > > > > I am having the same answer from Vicibox when running my first test campaign.
> > > > > > > > > > Calls posted direct from my xLite goes out normally:
Dialplan entry for carrier Langineers:
:exten => _1NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(SIP/es1.langineers.com:5060/${EXTEN:1})
exten => _1NXXNXXXXXX,3,Hangup
exten => _XXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _XXXXXXX,2,Dial(SIP/es1.langineers.com:5060/${EXTEN})
exten => _XXXXXXX,3,Hangup
exten => _NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _NXXNXXXXXX,2,Dial(SIP/es1.langineers.com:5060/${EXTEN})
exten => _NXXNXXXXXX,3,Hangup
> > > > > > > Call log when dialing direct from the xLite for phone number 4157066724 [NOTE: also works for calls to 14157066724 and 1234567 no problem]
[Oct 11 16:08:02] WARNING[580]: chan_sip.c:4128 retrans_pkt: Timeout on 1103300734-2069980851-1726045714 on non-critical invite transaction.
[Oct 11 16:08:03] == Using SIP RTP CoS mark 5
[Oct 11 16:08:03] > 0x7fd7901b4650 -- Strict RTP learning after remote address set to: 192.168.15.194:56638
[Oct 11 16:08:03] -- Executing [4157066724@default:1] AGI("SIP/201-0000007a", "agi://127.0.0.1:4577/call_log") in new stack
[Oct 11 16:08:03] -- <SIP/201-0000007a>AGI Script
agi://127.0.0.1:4577/call_log completed, returning 0
[Oct 11 16:08:03] -- Executing [4157066724@default:2] Dial("SIP/201-0000007a", "SIP/es1.langineers.com:5060/4157066724") in new stack
[Oct 11 16:08:03] == Using SIP RTP CoS mark 5
[Oct 11 16:08:03] -- Called SIP/es1.langineers.com:5060/4157066724
[Oct 11 16:08:05] > 0x7fd7b80138c0 -- Strict RTP learning after remote address set to: 64.124.219.133:17826
[Oct 11 16:08:05] -- SIP/es1.langineers.com:5060-0000007b is making progress passing it to SIP/201-0000007a
[Oct 11 16:08:05] > 0x7fd7b80138c0 -- Strict RTP switching to RTP target address 64.124.219.133:17826 as source
[Oct 11 16:08:06] == Spawn extension (default, 4157066724, 2) exited non-zero on 'SIP/201-0000007a'
[Oct 11 16:08:06] -- Executing [h@default:1] AGI("SIP/201-0000007a", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL---------------SIP 183 Session Progress)") in new stack
[Oct 11 16:08:06] -- <SIP/201-0000007a>AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... -------SIP 183 Session Progress) completed, returning 0
> > > > > > > Fact: From vicibox
Logged in as User: marcelo_agent on Phone: SIP/201 to campaign: TESTCAMP
Running manual calls from the lead we have.
It does not show anything on Asterisk console <<<<<<<<<<<< But the message "Dial timed out, contact your system administrator" shows on Vicibox.
Can we check Vicibox logs?
> > > > > > Please advise.