mflorell wrote:Any errors show up in the Asterisk CLI?
Can you post the agiout logfile output when this happens?
In the asterisk CLI there were no errors,,, i just watch the Phone Ringing and then HangUp
Thi is the FASTAGI LOG from a call that failed
NOTE phone number were replaced with ********** for privacy
- Code: Select all
2020-03-17 20:43:27|VDfastAGI|begin|+++++++++++++++++ FastAGI Start ++++ Asterisk version: 1 13 ++++++ hER: 1 ++++++
2020-03-17 20:43:27|VDfastAGI|begin|Perl Environment Dump:
2020-03-17 20:43:27|VDfastAGI|begin|0|--debug
2020-03-17 20:43:27|VDfastAGI|begin|URL HVcauses: |PRI|NODEBUG|16|||0|SIP 200 OK)|
2020-03-17 20:43:27|VDfastAGI|begin|AGI Environment Dump:
2020-03-17 20:43:27|VDfastAGI|begin| -- accountcode = 2093
2020-03-17 20:43:27|VDfastAGI|begin| -- callerid = **********
2020-03-17 20:43:27|VDfastAGI|begin| -- calleridname = ACagcW1584502995c4techc4techc4techc4tech
2020-03-17 20:43:27|VDfastAGI|begin| -- callingani2 = 0
2020-03-17 20:43:27|VDfastAGI|begin| -- callingpres = 0
2020-03-17 20:43:27|VDfastAGI|begin| -- callingtns = 0
2020-03-17 20:43:27|VDfastAGI|begin| -- callington = 0
2020-03-17 20:43:27|VDfastAGI|begin| -- channel = SIP/2093-00000025
2020-03-17 20:43:27|VDfastAGI|begin| -- context = default
2020-03-17 20:43:27|VDfastAGI|begin| -- dnid = unknown
2020-03-17 20:43:27|VDfastAGI|begin| -- enhanced = 0.0
2020-03-17 20:43:27|VDfastAGI|begin| -- extension = h
2020-03-17 20:43:27|VDfastAGI|begin| -- language = en
2020-03-17 20:43:27|VDfastAGI|begin| -- network = yes
2020-03-17 20:43:27|VDfastAGI|begin| -- network_script = call_log--HVcauses--PRI-----NODEBUG-----16--------------------SIP 200 OK)
2020-03-17 20:43:27|VDfastAGI|begin| -- priority = 1
2020-03-17 20:43:27|VDfastAGI|begin| -- rdnis = unknown
2020-03-17 20:43:27|VDfastAGI|begin| -- request = agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------SIP 200 OK)
2020-03-17 20:43:27|VDfastAGI|begin| -- threadid = 139985474586368
2020-03-17 20:43:27|VDfastAGI|begin| -- type = SIP
2020-03-17 20:43:27|VDfastAGI|begin| -- uniqueid = 1584502996.157
2020-03-17 20:43:27|VDfastAGI|begin| -- version = 13.29.2-vici
2020-03-17 20:43:27|VDfastAGI|begin|AGI Variables: |1584502996.157|SIP/2093-00000025|h|SIP|**********|
2020-03-17 20:43:27|VDfastAGI|call_log|Process to run: |agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------SIP 200 OK)|call_log|END|
2020-03-17 20:43:27|VDfastAGI|call_log||CALL HUNG UP|
2020-03-17 20:43:27|VDfastAGI|call_log|URL HVcauses: |PRI|NODEBUG|16|||0|SIP 200 OK)|
2020-03-17 20:43:27|VDfastAGI|call_log||DELETE from live_inbound where uniqueid IN('1584502996.157','1584502996.157') and server_ip='192.168.100.51'|
2020-03-17 20:43:27|VDfastAGI|call_log|+++++ CALL LOG HUNGUP: |1584502996.157|SIP/2093-00000025|h|2020-03-17 20:43:27|min: |
2020-03-17 20:43:27|VDfastAGI|call_log|DEBUG: NODEBUG
2020-03-17 20:43:27|VDfastAGI|call_log|VD_hangup : ********** SIP/2093-00000025 1 0
2020-03-17 20:43:27|VDfastAGI|call_log||SELECT lead_id,callerid,campaign_id,alt_dial,stage,UNIX_TIMESTAMP(call_time),uniqueid,status,call_time,phone_code,phone_number,queue_position,server_ip,agent_only FROM vicidial_auto_calls where uniqueid = '1584502996.157' or callerid = '**********' limit 1;|
2020-03-17 20:43:27|VDfastAGI|call_log|VD hangup: no VDAC record found: 1584502996.157 **********
I am not very failiar with this log file, but it there are some lines that comes to my sight
2020-03-17 20:43:27|VDfastAGI|call_log|Process to run: |agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------SIP 200 OK)|call_log|END|
2020-03-17 20:43:27|VDfastAGI|call_log||CALL HUNG UP|
2020-03-17 20:43:27|VDfastAGI|call_log|URL HVcauses: |PRI|NODEBUG|16|||0|SIP 200 OK)|
2020-03-17 20:43:27|VDfastAGI|call_log||
DELETE from live_inbound where uniqueid IN('1584502996.157','1584502996.157') and server_ip='192.168.100.51'|
Then
2020-03-17 20:43:27|VDfastAGI|call_log||SELECT lead_id,callerid,campaign_id,alt_dial,stage,UNIX_TIMESTAMP(call_time),uniqueid,status,call_time,phone_code,phone_number,queue_position,server_ip,agent_only FROM vicidial_auto_calls where uniqueid = '1584502996.157' or callerid = '**********' limit 1;|
2020-03-17 20:43:27|VDfastAGI|call_log|VD hangup:
no VDAC record found: 1584502996.157 **********