summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2015-04-09 22:03:17 +0000
committerKevin Harwell <kharwell@digium.com>2015-04-09 22:03:17 +0000
commit5737650a672ff2b1e2fdd8b76de345d12ede81c8 (patch)
tree71ae2931eb23ddad585b3300a6e38140a15f3c20 /CHANGES
parent1695a5b85ffe22ae26c06b46543782a29b31df67 (diff)
res_pjsip: add CLI command to show global and system configuration
Added a new CLI command for res_pjsip that shows both global and system configuration settings: pjsip show settings ASTERISK-24918 #close Reported by: Scott Griepentrog Review: https://reviewboard.asterisk.org/r/4597/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434527 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 1ca669039..2b86234fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,11 @@ chan_pjsip
more information. Defaults to 'no' as setting it to 'yes' can result in
many unnecessary messages being sent to the caller.
+res_pjsip
+------------------
+ * A new CLI command has been added: "pjsip show settings", which shows
+ both the global and system configuration settings.
+
res_ari_channels
------------------
* Two new events, 'ChannelHold' and 'ChannelUnhold', have been added to the
@@ -35,7 +40,6 @@ func_holdintercept
the channel wanted to place someone on hold. This allows external
applications to implement their own custom hold/unhold logic.
-
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.2.0 to Asterisk 13.3.0 ------------
------------------------------------------------------------------------------