Flash indicators:- Code: Select all
FL|group|calls|unanswered|ring time|duration|agents|ciq|lqt|count|busy|abandoned|
Sent from Ruby to the wallboard. This is sent immediately in response to the "request indicator" packet, and Ruby usually sends this every 10 seconds. Ruby will return the totals for the specified period, defaulting to 60 minutes on startup. The wallboard can change the period of time in the "request indicator" packet.
If Calls are more than 0, the average times can be calculated using:
• average ring time = ring time / calls
• average duration = duration / calls
• abandon rate percentage = (unanswered / calls) * 100