Agc Vicidial.php

Every agc vicidial.php run logs its last 200 lines of output into the MySQL table vicidial_agi_output. Query it in real-time:

SELECT * FROM vicidial_agi_output WHERE uniqueid = 'your-call-id' ORDER BY event_time DESC;
  • Else if server mode:
  • On call end:
  • Recording handling:
  • The single biggest bottleneck in agc vicidial.php is SQL queries. Enable slow query log and add indexes to: agc vicidial.php

    Use the built-in Vicidial report "AGI Performance Log" to see which campaigns cause slow queries in vicidial.php. Every agc vicidial