mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
|
Reference in New Issue
Block a user