summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2009-02-22 23:04:37 +0000
committerMichiel van Baak <michiel@vanbaak.info>2009-02-22 23:04:37 +0000
commitc880aa936b704583e63903854bdb36ca7b9e519b (patch)
tree0d39d1e0c216565db67d5c8ca9693e2c4254e19d /doc
parentbafd3372cf92d21198d6005e188c258e1ae68f40 (diff)
Add a couple of manager commands to chan_skinny
Added: SKINNYdevices SKINNYshowdevice SKINNYlines SKINNYshowline (closes issue #14521) Reported by: mvanbaak Review: http://reviewboard.digium.com/r/170/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 03d10a470..76e5cd17b 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -219,6 +219,34 @@ Changes to manager version 1.1:
Variables:
Queuename: <name> The name of the queue on which to reset statistics
+- Action: SKINNYdevices
+ Modules: chan_skinny
+ Purpose:
+ To list all SKINNY devices configured.
+ Variables:
+ ActionId: <id> Action ID for this transaction. Will be returned.
+
+- Action: SKINNYlines
+ Modules: chan_skinny
+ Purpose:
+ To list all SKINNY lines configured.
+ Variables:
+ ActionId: <id> Action ID for this transaction. Will be returned.
+
+- Action SKINNYshowdevice
+ Modules: chan_skinny
+ Purpose:
+ To list the information about a specific SKINNY device.
+ Variables:
+ Device: <device> Device to show information about.
+
+- Action SKINNYshowline
+ Modules: chan_skinny
+ Purpose:
+ To list the information about a specific SKINNY line.
+ Variables:
+ Line: <line> Line to show information about.
+
* NEW EVENTS
------------