[asterisk-commits] mmichelson: trunk r90528 - /trunk/configs/queues.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 3 10:46:01 CST 2007


Author: mmichelson
Date: Mon Dec  3 10:46:01 2007
New Revision: 90528

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90528
Log:
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)


Modified:
    trunk/configs/queues.conf.sample

Modified: trunk/configs/queues.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/queues.conf.sample?view=diff&rev=90528&r1=90527&r2=90528
==============================================================================
--- trunk/configs/queues.conf.sample (original)
+++ trunk/configs/queues.conf.sample Mon Dec  3 10:46:01 2007
@@ -253,6 +253,13 @@
 			;       ("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




More information about the asterisk-commits mailing list