brandizzi
brandizzi

Reputation: 27060

How to process Asterisk's queue_log file

I am setting up a contact center and need some data for management. Since we are using Asterisk queues, the place to get them is from queue_log, I believe. So, for avoiding eventual future errors, I would like to know some points about processing this file.

Upvotes: 1

Views: 1492

Answers (1)

Mbrevda
Mbrevda

Reputation: 3090

You might want to use a mode called Realtime, which stores the data right in a database

Upvotes: 5

Related Questions