summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2013-03-11 15:22:02 +0000
committerKevin Harwell <kharwell@digium.com>2013-03-11 15:22:02 +0000
commit09ecb25e08567a65fb9153962333658b0c089c73 (patch)
tree1e02957dd7ca810e03f41187bf51efd220fcddf6 /CHANGES
parent761465d6425fa0c5ce61095fe45588292ead1b15 (diff)
Added an option to disallow music on hold
Added an option "discard_remote_hold_retrieval" (default "no") that if set does not trigger the music on hold event. This essentially stops telling the peer to start music on hold. (issue ABE-2899) Reported by: Denis Alberto Martinez Review: https://reviewboard.asterisk.org/r/2336/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382787 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 6b49cb61c..529702fbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -473,6 +473,9 @@ chan_sip
* Added support to use private party ID information with calls.
+ * Adds an option discard_remote_hold_retrieval that when set stops telling
+ the peer to start music on hold.
+
chan_skinny
------------------