summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-12-24 13:20:00 +0000
committerMatthew Jordan <mjordan@digium.com>2014-12-24 13:20:00 +0000
commit006ffdcfb252c358f2831ef239cebe71a084467f (patch)
treebea6920ba080fd58e622b2490af28f7303c2726c /CHANGES
parentd1c532034b6f281dfb2cda8a3294da0d725001e6 (diff)
res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when applicable.
Note that this is a backport of r425804 from trunk. This change adds a configuration option which adds a 'user=phone' parameter if the user portion of the request URI or the From URI is determined to be a number. Review: https://reviewboard.asterisk.org/r/4073/ ASTERISK-24643 #close git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a546bf86e..8456f1f18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,11 @@
--- Functionality changes from Asterisk 13.1.0 to Asterisk 13.2.0 ------------
------------------------------------------------------------------------------
+chan_pjsip
+------------------
+ * New 'user_eq_phone' endpoint setting. This adds a 'user=phone' parameter
+ to the request URI and From URI if the user is determined to be a phone number.
+
res_pjsip_config_wizard
------------------
* This is a new module that adds streamlined configuration capability for
@@ -122,7 +127,6 @@ included in Asterisk 13.
Finally, all users upgrading to Asterisk 13 should read the UPGRADE.txt file
delivered with this release.
-
Build System
------------------
* Sample config files have been moved from configs/ to a sub-folder of that