From d70bda8728e4dcddf5d74a567a9a6ffbef5ee782 Mon Sep 17 00:00:00 2001 From: mvanbaak Date: Sun, 22 Feb 2009 23:04:37 +0000 Subject: 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 --- doc/manager_1_1.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'doc/manager_1_1.txt') 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: The name of the queue on which to reset statistics +- Action: SKINNYdevices + Modules: chan_skinny + Purpose: + To list all SKINNY devices configured. + Variables: + ActionId: Action ID for this transaction. Will be returned. + +- Action: SKINNYlines + Modules: chan_skinny + Purpose: + To list all SKINNY lines configured. + Variables: + ActionId: 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 to show information about. + +- Action SKINNYshowline + Modules: chan_skinny + Purpose: + To list the information about a specific SKINNY line. + Variables: + Line: Line to show information about. + * NEW EVENTS ------------ -- cgit v1.2.3