summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlexei Gradinari <alex2grad@gmail.com>2016-04-15 15:26:15 -0400
committerJoshua Colp <jcolp@digium.com>2016-05-02 10:01:40 -0300
commit2b1edee772ae3690d060bd067b489cbbb72b24f5 (patch)
tree76e6da16c355d891ac09ff29a1feb604360bb15a /CHANGES
parentadf32d11918fea837d1e12c526876b78ba4f6cb0 (diff)
pjsip: Added "reg_server" to contacts.
If the Asterisk system name is set in asterisk.conf, it will be stored into the "reg_server" field in the ps_contacts table to facilitate multi-server setups. ASTERISK-25931 Change-Id: Ia8f6bd2267809c78753b52bcf21835b9b59f4cb8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1f5ea5406..9f067bd9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -272,6 +272,15 @@ Queue
* Show the time when started the last pause for queue member on CLI for command
'queue show'.
+--- Functionality changes from Asterisk 13.9.0 to Asterisk 13.10.0 -----------
+------------------------------------------------------------------------------
+
+res_pjsip
+------------------
+ * Added "reg_server" to contacts.
+ If the Asterisk system name is set in asterisk.conf, it will be stored
+ into the "reg_server" field in the ps_contacts table to facilitate
+ multi-server setups.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.8.0 to Asterisk 13.9.0 ------------