summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2016-10-20 07:27:21 -0500
committerMatt Jordan <mjordan@digium.com>2016-11-01 09:26:41 -0500
commit1a3e699316b672ade3890f6055429f132849c0ac (patch)
tree00b55891e6fa618a02f27bd49b1700645a03caac /CHANGES
parent201f21e0e567c53c51601d5903999f538ce84178 (diff)
res/stasis: Add CLI commands for displaying/debugging ARI apps
This patch adds three new CLI commands: - ari show apps: list the registered ARI applications - ari show app: show detailed information about an ARI application - ari set debug: dump events being sent to an ARI application Note that while these CLI commands live in the res_stasis module, we use the 'ari' family for these commands. This was done as most users of Asterisk aren't aware of the semantic differences between ARI and res_stasis, and some 'ari' CLI commands already exist. ASTERISK-26488 #close Change-Id: I51ad6ff0cabee0d69db06858c13f18b1c513c9f5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ce742296..d20984a8f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,18 @@ chan_pjsip
to asymmetric using the "asymmetric_rtp_codec" endpoint option. If this
option is set then the sending and received codec are allowed to differ.
+CLI Commands
+------------------
+ * Three new CLI commands have been added for ARI:
+ - ari show apps:
+ Displays a listing of all registered ARI applications.
+ - ari show app <name>:
+ Display detailed information about a registered ARI application.
+ - ari set debug <name> <on|off>:
+ Enable/disable debugging of an ARI application. When debugged, verbose
+ information will be sent to the Asterisk CLI.
+
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.0.0 to Asterisk 14.1.0 ----------
------------------------------------------------------------------------------