Music-On-Hold Tracking

Hi

How can I activate Music-On-Hold Tracking in queues so that it generates it in queue_log?

exp:

1490105834|1490105834.72|300|NONE|ENTERQUEUE||5552119903|1
1490105838|1490105834.72|300|SIP/201|CONNECT|4|1490105834.73|3
1490105845|1490105834.72|300|NONE|CALLERONHOLD|default
1490105875|1490105834.72|300|NONE|CALLEROFFHOLD|
1490105884|1490105834.72|300|NONE|CALLERONHOLD|default
1490105894|1490105834.72|300|NONE|CALLEROFFHOLD|
1490105899|1490105834.72|300|SIP/201|COMPLETEAGENT|4|61|1

My system doesn’t currently support it.

Regards

Those CALLERONHOLD and CALLEROFFHOLD items sound like a nice new feature set to request!

Currently, I think app_queue.c only handles Music on Hold as it relates to the caller waiting in the queue – not after the call connects to the agent.

You could possibly patch res_musiconhold.c to add some debug logging to another file for all MOH start/stop events, then merge later with queue_log file.

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