summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2009-11-09 16:28:31 +0000
committerMatthew Nicholson <mnicholson@digium.com>2009-11-09 16:28:31 +0000
commitaabff54c4bfb687714df72119a0241af6a14edf4 (patch)
treeaaa40c2e99c78775d8af21bd824d466099e9a7e3 /CHANGES
parentfef304e641b301205fa231b6a201584cf7021779 (diff)
Add the 'relative-periodic-announce' option to app_queue to allow for calculating the time of announcments from the end of the previous announcment rather than from the beginning.
(closes issue #15260) Reported by: tonils git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cba56f900..ab41474e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -158,6 +158,9 @@ Queue changes
* A new option, 'I' has been added to both app_queue and app_dial.
By setting this option, Asterisk will not update the caller with
connected line changes or redirecting party changes when they occur.
+ * A 'relative-peroidic-announce' option has been added to queues.conf. When
+ enabled, this option will cause periodic announce times to be calculated
+ from the end of announcements rather than from the beginning.
mISDN channel driver (chan_misdn) changes
----------------------------------------