From ede4e2099fcd0fac88c67490f7d3b15a25b9c31e Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Sat, 22 Jan 2022 15:53:27 +0000 Subject: [PATCH] app_queue: Add music on hold option to Queue. Adds the m option to the Queue application, which allows a music on hold class to be specified at runtime which will override the class configured in queues.conf. This option functions like the m option to Dial. ASTERISK-29876 #close Change-Id: Ie25a48569cf8755c305c9438b1ed292c3adcf8d7 --- apps/app_queue.c | 38 +++++++++++++++++-------- configs/samples/queues.conf.sample | 3 +- doc/CHANGES-staging/app_queue_music.txt | 5 ++++ 3 files changed, 33 insertions(+), 13 deletions(-) create mode 100644 doc/CHANGES-staging/app_queue_music.txt diff --git a/apps/app_queue.c b/apps/app_queue.c index 35054130a4..288c0ff066 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -185,10 +185,6 @@ - + + + + @@ -217,14 +230,6 @@ Allow the calling user to write the conversation to disk via Monitor. - -