VICIdial · read only
Agent State Correlator
Compare browser, conference, live-agent and hopper state for one agent before changing a campaign.
- Use when
- An agent appears live or ready but receives no outbound calls.
- Proof
- A fresh lead, channel, bridge and disposition must agree for the same agent and timestamp.
asterisk -rx 'core show channels concise'
mysql asterisk -e "SELECT user,status,lead_id,conf_exten FROM vicidial_live_agents ORDER BY user;"
mysql asterisk -e "SELECT status,COUNT(*) FROM vicidial_auto_calls GROUP BY status;"