Asterisk (version 0.1)
index
/usr/src/ks-voip/py-asterisk/Asterisk/__init__.py

Asterisk Manager API Python package.

 
Package Contents
       
CLI
Config
Logging
Manager
Util

 
Classes
       
exceptions.Exception
BaseException

 
class BaseException(exceptions.Exception)
    Base class for all py-Asterisk exceptions.
 
  Methods defined here:
__init__(self, error)
__str__(self)

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

 
Data
        __all__ = ['CLI', 'Config', 'Logging', 'Manager', 'Util']
__author__ = 'David M. Wilson <dw@botanicus.net>'
__id__ = '$Id: Asterisk.html 103 2004-10-17 21:00:47Z dw $'
__revision__ = None
__version__ = '0.1'
cause_codes = {0: (0, 'UNKNOWN', 'Unkown'), 1: (1, 'UNALLOCATED', 'Unallocated number'), 16: (16, 'CLEAR', 'Normal call clearing'), 17: (17, 'BUSY', 'User busy'), 18: (18, 'NOUSER', 'No user responding'), 21: (21, 'REJECTED', 'Call rejected'), 22: (22, 'CHANGED', 'Number changed'), 27: (27, 'DESTFAIL', 'Destination out of order'), 28: (28, 'NETFAIL', 'Network out of order'), 41: (41, 'TEMPFAIL', 'Temporary failure')}

 
Author
        David M. Wilson <dw@botanicus.net>