aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 16:46:01 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 16:46:01 +0000
commit50833920b48c6fb7ca6c726b9bc411794d3c9849 (patch)
tree15aa4d0c18f6ba2046e0fe88d6e310368f906dad /configs
parent344ae791b9ec042468b2932ffc7780491f79c096 (diff)
Updating sample queues.conf file to show how multiple periodic announcements
may be specified since this was not documented previously (closes issue #11432, reported and patched by Laureano) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@90528 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 531a2d665..440da3148 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -253,6 +253,13 @@ shared_lastcall=no
; ("All reps busy / wait for next")
;periodic-announce = queue-periodic-announce
;
+; A set of periodic announcements can be defined by separating
+; periodic announcements to reproduce by commas. For example:
+;periodic-announce = queue-periodic-announce,your-call-is-important,please-wait
+;
+; The announcements will be played in the order in which they are defined. After
+; playing the last announcement, the announcements begin again from the beginning.
+;
; Calls may be recorded using Asterisk's monitor/MixMonitor resource
; This can be enabled from within the Queue application, starting recording
; when the call is actually picked up; thus, only successful calls are