Paketname | python-asterisk |
Beschreibung | Asterisk Manager API interface module for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1a3+r160-4.1 |
Sektion | python |
Priorität | extra |
Installierte Größe | 108 Byte |
Hängt ab von | python, python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian VoIP Maintainers |
Quelle | py-asterisk |
Paketgröße | 21612 Byte |
Prüfsumme MD5 | 945fe71bfc5114d47f61ff2d60b7e800 |
Prüfsumme SHA1 | b39ddf7ff2184400f10fbb1934326202e9550569 |
Prüfsumme SHA256 | 5d5cd3ab3bf39c586570a54eef04e4fe1f5b0d97b6025902e28d7c607e603f81 |
Link zum Herunterladen | python-asterisk_0.1a3+r160-4.1_all.deb |
Ausführliche Beschreibung | This module provides an object oriented interface to the Asterisk Manager API,
whilst embracing some applicable Python concepts:
o Functionality is split into separate mix-in classes
o Asterisk PBX errors cause fairly granular exceptions
o Docstrings are provided for all objects
o The module may be used asynchronously if required. It should be suitable
for inclusion in a single-threaded GUI
o Asterisk data is translated into data stored using Python types, so
working with it should be trivial. Through the use of XMLRPCServer or
similar, it should be trivial to expose this conversion to other
languages
|