summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-02-17 15:36:45 +0000
committerMark Michelson <mmichelson@digium.com>2014-02-17 15:36:45 +0000
commited66eefdf0f0974c5b403dff501108b122f230b2 (patch)
tree32ac4a90c07f5fb89c0dd57926270ae4c0bb2bb1 /UPGRADE.txt
parent438a7abc279bbcd6e0e770b72d5023555a86c7fd (diff)
Store SIP User-Agent information in contacts.
When an endpoint sends a REGISTER request to Asterisk, we now will associate the User-Agent header with all contacts that were bound in that REGISTER request. ........ Merged revisions 408270 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 9712c49ea..b996f072c 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -20,6 +20,14 @@
=== UPGRADE-11.txt -- Upgrade info for 10 to 11
=== UPGRADE-12.txt -- Upgrade info for 11 to 12
===========================================================
+From 12.1.0 to 12.2.0:
+PJSIP:
+ - The PJSIP registrar now stores the contents of the User-Agent header of incoming
+ REGISTER requests for each contact that is registered. If using realtime for
+ PJSIP contacts, this means that the schema has been updated to add a user_agent
+ column. An alembic revision has been added to facilitate this update.
+
+From 12.0.0 to 12.1.0:
* The sound_place_into_conference sound used in Confbridge is now deprecated
and is no longer functional since it has been broken since its inception
and the fix involved using a different method to achieve the same goal. The