aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-22 23:04:37 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-22 23:04:37 +0000
commitd70bda8728e4dcddf5d74a567a9a6ffbef5ee782 (patch)
tree0d39d1e0c216565db67d5c8ca9693e2c4254e19d /doc
parent36f2f83a6c9796ae902f4139149264aaaa298cab (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: http://svn.digium.com/svn/asterisk/trunk@177988 f38db490-d61c-443f-a65b-d21fe96a405b
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
------------