[Asterisk-Dev] Manager Command Reference

James Golovich james at wwnet.net
Tue Jun 29 00:55:03 MST 2004


On Sun, 27 Jun 2004, Brancaleoni Matteo wrote:

> Hi
> 
> Il dom, 2004-06-27 alle 08:14, Rooster ha scritto:
> > I'm looking for a command reference for the Asterisk manager
> > (something that shows the usage for each command).  Any one know where
> > I can find one?
> 
> from asterisk CLI
> "show manager commands"
> will show a list of the available commands.
> regarding the syntax, the source is your friend.
> 

In CVS HEAD we also have "show manager command <name>" for some detailed
command information (with tab completion).  I've only got some of the
descriptions in there, so we need some community effort to get the rest of
them in there.

Heres an example of the output of 'show manager command Originate'
*CLI> show manager command Originate
Action: Originate
Synopsis: Originate Call
Description: Generates an outgoing call to a Extension/Context/Priority or
  Application/Data
Variables: (Names marked with * are required)
        *Channel: Channel name to call
        Exten: Extension to use (requires 'Context' and 'Priority')
        Context: Context to use (requires 'Exten' and 'Priority')
        Priority: Priority to use (requires 'Exten' and 'Context')
        Application: Application to use
        Data: Data to use (requires 'Application')
        Timeout: How long to wait for call to be answered (in ms)
        CallerID: Caller ID to be set on the outgoing channel
        Variable: Channel variable to set (VAR1=value1|VAR2=value2)
        Account: Account code
        Async: Set to 'true' for fast origination


James

http://asterisk.gnuinter.net




More information about the asterisk-dev mailing list