summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-02-15 20:31:38 -0700
committerGeorge Joseph <george.joseph@fairview5.com>2016-02-15 21:37:04 -0600
commit4f08e9fb6471b9350c1baa247361ca565a5b1b37 (patch)
treee2c935dc7aae3817e5a8711fdc8e2d555385d385 /CHANGES
parentbe811c4be14d8529eb7c17a8aa756f221cd5b661 (diff)
res_pjsip_config_wizard: Add command to export primitive objects
A new command (pjsip export config_wizard primitives) has been added that will export all the pjsip objects it created to the console or a file suitable for reuse in a pjsip.conf file. ASTERISK-24919 #close Reported-by: Ray Crumrine Change-Id: Ica2a5f494244b4f8345b0437b16d06aa0484452b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e4c42846..ff3361ee6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -210,6 +210,12 @@ Queue
--- Functionality changes from Asterisk 13.7.0 to Asterisk 13.8.0 ------------
------------------------------------------------------------------------------
+res_pjsip_config_wizard
+------------------
+ * A new command (pjsip export config_wizard primitives) has been added that
+ will export all the pjsip objects it created to the console or a file
+ suitable for reuse in a pjsip.conf file.
+
app_confbridge
------------------
* Added CONFBRIDGE_INFO(muted,) for querying the muted conference state.