ASTPP sip trunk set at goautodial problem

I has been create a customer sip trunk ID for customer that using goautodial version 3.3. sip trunk manage to register at goautodial and manage to do manual call. unfortunately, during using autodial from the campaign will getting problem fail to pass call to agent softphone. autodial to mobile will manage to answer by mobile site but it getting silence for 5 second then call end automatically.

i has been tested using other sip trunk provider with not getting this problem. my goautodial is using at local network only. for the ASTPP is at cloud site.

Hope forum expert can help find out root cause.

I have lots of experience with Vicidial which GoAutoDial was based on.

I highly suspect you may be missing the line:

exten => _9.,1,AGI(agi://127.0.0.1:4577/call_log)

At the beginning of your carrier dialplan entry (where you entered the details from ASTPP).

This line is mandatory for autodial to work as it triggers the database updates required for all the scripts to be able to track that dial attempt.

If it’s missing, the autodial scripts won’t be able to track the call and therefore respond on 200 response.

This is more of a GAD config issue though, not ASTPP :slight_smile:

The line at my dialplan d. all the configuration are same between trunk from ASTPP and metaswitch.
ASTPP
manual dial work fine but auto dial from campaign problem. call answered but it wont pass to agent. call will drop after 5 second.
Supplier XXX
manual dial and autodial from campaign no problem. call answered and manage to pass it to agent.

While no other traffic is running, please capture the Asterisk CLI and Freeswitch CLI output and put them on pastebin then share links here and I’ll take a look.

A SIP flow analysis of the call from a tool like sngrep would be good too

below link is the call log file. Please help me to investigate.

goautodial

ASTPP

Hi @superdigi,

The issue is not with your ASTPP solution, that seems to be working fine, the call is passing through and the responses on both systems are what I would expect.

Where I see the problem is when the call is answered and passed to extension 8368 (this is the routing extension for outbound campaigns without AMD activated).

The AGI script is fired to find an agent to take the call based on your campaign settings but whatever happens during that process returns no results so then the dialplan moves on to priority 5 of the 8368 dialplan extension which is Hangup

To find out more, I would need to see the AGI log. It may be you don’t have it switched on, in which case you’ll need to activate it in the server entry on your setup. AGI Out must be “File” or “Both”.
The file will likely be in /var/log/astguiclient if GoAutoDial haven’t changed the default location of the vicidial agi scripts logs.

It will take up to a few minutes for the setting to become active after making the change if your AGI Out was STDERR before.

Just a stab in the dark though, if this instance of GoAutoDial has ever been abruptly restarted, I.E power loss, hard reset etc, then I would recommend you run the following on the command line of the server with the database on it:

mysqlcheck --auto-repair

If you have a password on your root account from localhost then you’ll need to do:

mysqlcheck -p --auto-repair

then enter your root password followed by enter to achieve the same.

One common cause of the issue your facing is crashed database tables following an abrupt restart or shutdown without issuing the shutdown command on the CentOS console/command line.

If that doesn’t work, grab the VDAD_ALL_outbound log after trying a call again so I can see what’s happening during the execution that’s causing no results (agents) to be returned to send the call to.

Hi Jmurraysolutions,

This system is new install. Since customer said having this issue on my astpp trunk, then i build this for testing purpose. find out my sip trunk really cant work on autodialler. below it the 2 file at astguiclient. appreciate that you can help me find out what happening on this issue.

action_launch

action_process

These two files don’t help.

If you ensure that the server entry has AGIOUT set to FILE or BOTH, wait a few minutes and try the call again.

Grab the output of /var/log/astguiclient/agiout.YYYY-MM-DD

This will tell me what’s happening when the call is answered that’s causing the call not to reach an agent.

It looks like there is a problem with Channel, in place of SIP, I can we are getting Local somehow.

Channel: Local/80760123322179@default

Try below and see if that is making any difference:
Open file: /var/lib/asterisk/agi-bin/agi-VDAD_ALL_outbound.agi
Line number: 465
Comment “exit;”

Once you done with testing, share the result.

I has been successfully enable agiout=both. attach log file is the detail.

[root@go astguiclient]# cat agiout.2021-07-24
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|Perl Environment Dump:
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|0|NORMAL-----LB
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|callerID changed: V7240926410000000063
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|AGI Environment Dump:
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – accountcode =
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – arg_1 = NORMAL-----LB
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – callerid = 0000000000
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – calleridname = V7240926410000000063
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – callingani2 = 0
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – callingpres = 0
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – callingtns = 0
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – callington = 0
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – channel = Local/80760164219012@default-0000001e;1
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – context = default
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – dnid = unknown
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – enhanced = 0.0
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – extension = 8368
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – language = en
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – priority = 3
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – rdnis = unknown
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – request = agi-VDAD_ALL_outbound.agi
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – threadid = 47220218706240
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – type = Local
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – uniqueid = 1627133201.181
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi| – version = 1.8.23.0-1_centos5.go RPM by demian@goautodial.com
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|AGI Variables: |1627133201.181|Local/80760164219012@default-0000001e;1|8368|Local|V7240926410000000063|V7240926410000000063|3|
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|+++++ VDAD START : |63|2021-07-24 09:26:54|1.8.23.0|3|
2021-07-24 09:26:54|agi-VDAD_ALL_outbound.agi|+++++ VDAD START LOCAL CHANNEL: EXITING- 3
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|Perl Environment Dump:
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|0|NORMAL-----LB
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|callerID changed: V7240926410000000063
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|AGI Environment Dump:
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – accountcode =
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – arg_1 = NORMAL-----LB
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – callerid = unknown
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – calleridname = V7240926410000000063
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – callingani2 = 0
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – callingpres = 0
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – callingtns = 0
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – callington = 0
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – channel = Local/80760164219012@default-0000001e;1
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – context = default
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – dnid = unknown
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – enhanced = 0.0
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – extension = 8368
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – language = en
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – priority = 4
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – rdnis = unknown
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – request = agi-VDAD_ALL_outbound.agi
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – threadid = 47220218706240
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – type = Local
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – uniqueid = 1627133201.181
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi| – version = 1.8.23.0-1_centos5.go RPM by demian@goautodial.com
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|AGI Variables: |1627133201.181|Local/80760164219012@default-0000001e;1|8368|Local|V7240926410000000063|V7240926410000000063|4|
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|+++++ VDAD START : |63|2021-07-24 09:26:55|1.8.23.0|4|
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|+++++ VDAD START LOCAL CHANNEL: EXITING- 4
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|LLLLLLLLL LOCAL CHANNEL PRIORITY 4 LOGGING: (this is usually caused by carrier issues) LRERR 4
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi||UPDATE vicidial_list set status=‘LRERR’ where lead_id=‘63’ and status NOT IN(‘CBHOLD’,‘CALLBK’,‘QCFAIL’);|
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|-- LRERR vicidial_list LRERR update: |1|1627133201.181|63|
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi||INSERT INTO vicidial_log (uniqueid,lead_id,campaign_id,call_date,start_epoch,status,phone_code,phone_number,user,processed,alt_dial,list_id,called_count) values(‘1627133201.181’,‘63’,‘TESTCAMP’,‘2021-07-24 09:26:55’,‘1627133215’,‘LRERR’,‘60’,‘164219012’,‘VDAD’,‘N’,‘NONE’,‘101’,‘1’)|
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|-- LRERR : |63|63|insert to vicidial_log: 1627133201.181
2021-07-24 09:26:55|agi-VDAD_ALL_outbound.agi|-- LRERR VLE insert: |1|
|INSERT INTO vicidial_log_extended set uniqueid=‘1627133201.181’,server_ip=‘192.168.0.150’,call_date=‘2021-07-24 09:26:55’,lead_id = ‘63’,caller_code=‘V7240926410000000063’,custom_call_id=’’;|

i has been comment line 465 as below and the log file. i still getting same result that call silence for 5 second then call drop.

Comment exit for line 465
//$sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
Log
[Jul 24 09:40:56] – Executing [80760164219012@default:1] AGI(“Local/80760164219012@default-00000020;2”, “agi://127.0.0.1:4577/call_log”) in new stack
[Jul 24 09:40:56] AGI Tx >> agi_network: yes
[Jul 24 09:40:56] AGI Tx >> agi_network_script: call_log
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_request: agi://127.0.0.1:4577/call_log
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;2
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_language: en
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_type: Local
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_uniqueid: 1627134056.190
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingpres: 0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingani2: 0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callington: 0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingtns: 0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_dnid: unknown
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_context: default
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_extension: 80760164219012
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_priority: 1
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_accountcode:
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_threadid: 47220221876544
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >>
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Rx << EXEC EXEC Set(_CAMPCUST=TESTCAMP) “”
[Jul 24 09:40:56] – AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=TESTCAMP))
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> 200 result=0
[Jul 24 09:40:56] – <Local/80760164219012@default-00000020;2>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Jul 24 09:40:56] <Local/80760164219012@default-00000020;2>AGI Tx >> HANGUP
[Jul 24 09:40:56] – Executing [80760164219012@default:2] Dial(“Local/80760164219012@default-00000020;2”, “SIP/60164219012@Maxpert,tTo”) in new stack
[Jul 24 09:40:56] == Using SIP RTP CoS mark 5
[Jul 24 09:40:56] – Called SIP/60164219012@Maxpert
[Jul 24 09:40:56] – SIP/Maxpert-0000003e is making progress passing it to Local/80760164219012@default-00000020;2
[Jul 24 09:41:01] == Manager ‘sendcron’ logged on from 127.0.0.1
[Jul 24 09:41:01] == Manager ‘sendcron’ logged off from 127.0.0.1
[Jul 24 09:41:01] == Manager ‘sendcron’ logged on from 127.0.0.1
[Jul 24 09:41:01] Tx-Frame Retry[003] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ
[Jul 24 09:41:01] Timestamp: 00006ms SCall: 11787 DCall: 00000 [127.0.0.1:41569]
[Jul 24 09:41:01] USERNAME : ASTblind
[Jul 24 09:41:01] REFRESH : 60
[Jul 24 09:41:01]
[Jul 24 09:41:01] Tx-Frame Retry[003] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ
[Jul 24 09:41:01] Timestamp: 00006ms SCall: 02577 DCall: 00000 [127.0.0.1:40569]
[Jul 24 09:41:01] USERNAME : ASTloop
[Jul 24 09:41:01] REFRESH : 60
[Jul 24 09:41:01]
[Jul 24 09:41:02] – SIP/Maxpert-0000003e answered Local/80760164219012@default-00000020;2
[Jul 24 09:41:02] > Channel Local/80760164219012@default-00000020;1 was answered.
[Jul 24 09:41:02] – Executing [8368@default:1] Playback(“Local/80760164219012@default-00000020;1”, “sip-silence”) in new stack
[Jul 24 09:41:02] – <Local/80760164219012@default-00000020;1> Playing ‘sip-silence.gsm’ (language ‘en’)
[Jul 24 09:41:02] == Manager ‘sendcron’ logged off from 127.0.0.1
[Jul 24 09:41:02] – Executing [8368@default:2] AGI(“Local/80760164219012@default-00000020;1”, “agi://127.0.0.1:4577/call_log”) in new stack
[Jul 24 09:41:02] AGI Tx >> agi_network: yes
[Jul 24 09:41:02] AGI Tx >> agi_network_script: call_log
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_request: agi://127.0.0.1:4577/call_log
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;1
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_language: en
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_type: Local
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_uniqueid: 1627134056.189
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingpres: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingani2: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callington: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingtns: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_dnid: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_context: default
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_extension: 8368
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_priority: 2
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_accountcode:
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_threadid: 47220218198336
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >>
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Rx << EXEC EXEC Set(_CAMPCUST=TESTCAMP) “”
[Jul 24 09:41:02] – AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=TESTCAMP))
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> 200 result=0
[Jul 24 09:41:02] – <Local/80760164219012@default-00000020;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> HANGUP
[Jul 24 09:41:02] – Executing [8368@default:3] AGI(“Local/80760164219012@default-00000020;1”, “agi-VDAD_ALL_outbound.agi,NORMAL-----LB”) in new stack
[Jul 24 09:41:02] – Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_outbound.agi
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_request: agi-VDAD_ALL_outbound.agi
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;1
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_language: en
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_type: Local
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_uniqueid: 1627134056.189
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingpres: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingani2: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callington: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingtns: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_dnid: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_context: default
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_extension: 8368
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_priority: 3
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_accountcode:
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_threadid: 47220218198336
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_arg_1: NORMAL-----LB
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >>
[Jul 24 09:41:02] – <Local/80760164219012@default-00000020;1>AGI Script agi-VDAD_ALL_outbound.agi completed, returning 0
[Jul 24 09:41:02] – Executing [8368@default:4] AGI(“Local/80760164219012@default-00000020;1”, “agi-VDAD_ALL_outbound.agi,NORMAL-----LB”) in new stack
[Jul 24 09:41:02] – Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_outbound.agi
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_request: agi-VDAD_ALL_outbound.agi
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;1
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_language: en
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_type: Local
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_uniqueid: 1627134056.189
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingpres: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingani2: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callington: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingtns: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_dnid: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_context: default
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_extension: 8368
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_priority: 4
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_accountcode:
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_threadid: 47220218198336
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_arg_1: NORMAL-----LB
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >>
[Jul 24 09:41:02] – <Local/80760164219012@default-00000020;1>AGI Script agi-VDAD_ALL_outbound.agi completed, returning 0
[Jul 24 09:41:02] – Executing [8368@default:5] Hangup(“Local/80760164219012@default-00000020;1”, “”) in new stack
[Jul 24 09:41:02] == Spawn extension (default, 8368, 5) exited non-zero on ‘Local/80760164219012@default-00000020;1’
[Jul 24 09:41:02] – Executing [h@default:1] AGI(“Local/80760164219012@default-00000020;1”, “agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16---------------”) in new stack
[Jul 24 09:41:02] AGI Tx >> agi_network: yes
[Jul 24 09:41:02] AGI Tx >> agi_network_script: call_log–HVcauses–PRI-----NODEBUG-----16---------------
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_request: agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16---------------
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;1
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_language: en
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_type: Local
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_uniqueid: 1627134056.189
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingpres: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingani2: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callington: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_callingtns: 0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_dnid: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_context: default
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_extension: h
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_priority: 1
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_accountcode:
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >> agi_threadid: 47220218198336
[Jul 24 09:41:02] <Local/80760164219012@default-00000020;1>AGI Tx >>
[Jul 24 09:41:02] == Manager ‘sendcron’ logged off from 127.0.0.1
[Jul 24 09:41:03] – <Local/80760164219012@default-00000020;1>AGI Script agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16--------------- completed, returning 0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;1>AGI Tx >> HANGUP
[Jul 24 09:41:03] – Executing [h@default:1] AGI(“Local/80760164219012@default-00000020;2”, “agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16-----ANSWER-----7-----1”) in new stack
[Jul 24 09:41:03] AGI Tx >> agi_network: yes
[Jul 24 09:41:03] AGI Tx >> agi_network_script: call_log–HVcauses–PRI-----NODEBUG-----16-----ANSWER-----7-----1
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_request: agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16-----ANSWER-----7-----1
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_channel: Local/80760164219012@default-00000020;2
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_language: en
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_type: Local
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_uniqueid: 1627134056.190
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_version: 1.8.23.0-1_centos5.go RPM by
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callerid: 0000000000
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_calleridname: V7240940560000000065
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingpres: 0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingani2: 0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callington: 0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_callingtns: 0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_dnid: unknown
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_rdnis: unknown
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_context: default
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_extension: h
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_priority: 1
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_enhanced: 0.0
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_accountcode:
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >> agi_threadid: 47220221876544
[Jul 24 09:41:03] <Local/80760164219012@default-00000020;2>AGI Tx >>
[Jul 24 09:41:04] – <Local/80760164219012@default-00000020;2>AGI Script agi://127.0.0.1:4577/call_log–HVcauses–PRI-----NODEBUG-----16-----ANSWER-----7-----1 completed, returning 0
[Jul 24 09:41:04] <Local/80760164219012@default-00000020;2>AGI Tx >> HANGUP
[Jul 24 09:41:04] == Spawn extension (default, 80760164219012, 2) exited non-zero on ‘Local/80760164219012@default-00000020;2’