Asterisk.CLI
index
/usr/src/ks-voip/py-asterisk/Asterisk/CLI.py

Asterisk/CLI.py: Command-line wrapper around the Asterisk Manager API.

 
Modules
       
Asterisk
Asterisk.Config
Asterisk.Manager
inspect
os
sys

 
Classes
       
Asterisk.BaseException(exceptions.Exception)
ArgumentsError

 
class ArgumentsError(Asterisk.BaseException)
    
Method resolution order:
ArgumentsError
Asterisk.BaseException
exceptions.Exception

Methods inherited from Asterisk.BaseException:
__init__(self, error)
__str__(self)

Methods inherited from exceptions.Exception:
__getitem__(...)

 
Functions
       
command_line(argv)
Act as a command-line tool.
execute_action(manager, argv)
show_actions(action=None)
usage(argv0, out_file)
Print command-line program usage.

 
Data
        __author__ = 'David M. Wilson <dw@autosols.com>'
__id__ = '$Id: Asterisk.CLI.html 103 2004-10-17 21:00:47Z dw $'

 
Author
        David M. Wilson <dw@autosols.com>