summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-07-05 21:36:41 +0000
committerMatthew Jordan <mjordan@digium.com>2012-07-05 21:36:41 +0000
commit3044aa3e38042aab43a96f31bdce54cf5f200e4c (patch)
treed8208a7cae9c70b3f722748dddd80e8124e32d4c /CHANGES
parent6a1ec1c20822e4fd2f32ed37c6351dfea18c8565 (diff)
Add 'stun show status' command
This patch adds a new CLI command, 'stun show status'. This command will show a table describing all known STUN servers and statuses. (closes issue ASTERISK-18046) Reported by: Jeremy Kister Tested by: Jeremy Kister patches: (stun-show-status-v4-trunk.patch license #6232 uploaded by Jeremy Kister) Review: https://reviewboard.asterisk.org/r/2001 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cd8b3404c..4282ef7d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -56,6 +56,7 @@ CLI Changes
of all running mixmonitors on a channel.
* The debuglevel of "pri set debug" is now a bitmask ranging from 0 to 15 if
numeric instead of 0, 1, or 2.
+ * "stun show status" will show a table describing how the STUN client is behaving.
ConfBridge
-------------------