I rebooted the servers. So my assumption is it restarted the scripts too. My
set up is
Server 1:
MySQL
Apache
Vicidial
Server 2 and 3:
Asterisk Servers
Here's the fast AGI line in my extensions.conf on both Asterisk Server 1 and Server 2.
; FastAGI for VICIDIAL/astGUIclient call logging
exten => h,1,DeadAGI(
agi://127.0.0.1:4577/call_log)
exten => h,2,DeadAGI(
agi://127.0.0.1:4577/VD_hangup--HVcause ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}))
; Standard AGI for VICIDIAL/astGUIclient call logging
;exten => h,1,DeadAGI(call_log.agi,${EXTEN}) ; DeadAGI is new
;exten => h,2,DeadAGI(VD_hangup.agi,PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})