summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-07-31 22:28:16 +0000
committerMark Michelson <mmichelson@digium.com>2012-07-31 22:28:16 +0000
commit4377d511ae88dded48929292042f45a8831d4120 (patch)
tree04324d38d9721f30bd3de8e1ba178650b126e25f /CHANGES
parent58f281a67059c4348ac84544210f03a7527883d6 (diff)
Add headers from SIPAddHeader to outbound REFER requests.
This is a patch from kkm from review board. This is useful for adding headers to REFER requests that emanate from a Transfer() dialplan application call. This also fixes some uses of the Referred-by header, removing an extra set of angle brackets. I've modified the reporter's original patch to not require any additions to the sip_refer header and to just remove the referred_by_name from sip_refer since it is no longer needed or used. (closes Issue ASTERISK-17639) reported by Kirill Katsnelson Patches: 019059-sip-refer-addheaders-trunk-353549.diff uploaded by Kirill Katsnelson (license #5845) Review: https://reviewboard.asterisk.org/r/1159 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3baf959fa..1119b3f8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -643,6 +643,11 @@ Scripts
behavior and uses the current working directory.
+SIP changes
+--------------------------
+ * Extra headers specified with SIPAddHeader are sent with the REFER message
+ when using Transfer application. See refer_addheaders in sip.conf.sample.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
------------------------------------------------------------------------------