summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-08-10 15:45:57 +0000
committerJonathan Rose <jrose@digium.com>2011-08-10 15:45:57 +0000
commitdc9513a69d8d8d12e80a287d8f99c7d3de5d249a (patch)
tree62956c7d7fd1ff958ae507f854c1a6031b8f6cc3 /CHANGES
parent0208f0ac71812e60a3cf5ac91ded40c1f2fed1b5 (diff)
SIP display-name needed to be empty for Avaya IP500
In order to address a compatability issue with certain features on certain devices which rely on display name content to change behavior, initreqprep in chan_sip.c has been changed to no longer substitute cid_number into the display name when cid_name isn't present. Instead, it will send no display name in that case. (closes issue ASTERISK-16198) Reported by: Walter Doekes Review: https://reviewboard.asterisk.org/r/1341/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@331371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6b6720a5d..f86022546 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,17 @@
==============================================================================
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
+------------------------------------------------------------------------------
+
+SIP Changes
+-----------
+ * Asterisk will no longer substitute CID number for CID name into display
+ name field if CID number exists without a CID name. This change improves
+ compatibility with certain device features such as Avaya IP500's directory
+ lookup service.
+
+------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
------------------------------------------------------------------------------