Queues and no CDR

Hi,

I’m trying to disable recording of call details for specific queues only.
I added both the deprecated NoCDR() call and the currently-supported Set(CDR_PROP(disable)=1) variable right before entering a specific queue.

The Master.csv file does not record calls for this queue as expected. However, the queue_log file still does.

How can I avoid logging calls for a specific queue in queue_log?

Regards,

VDP

Per /etc/asterisk/logger.conf, it does not appear that you can avoid logging a specific queue. Instead, you might consider grep’ping out what you don’t want to see (so, separately processing the queue_log file via cron or similar.)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.