pyst2

A Python Interface to Asterisk
Download

pyst2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • Randall Degges
  • Publisher web site:
  • http://github.com/comradeb14ck/

pyst2 Tags


pyst2 Description

A Python Interface to Asterisk pyst2 consists of a set of interfaces and libraries to allow programming of Asterisk from python. pyst2 currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI.Installation is the standard python install:tar xvf pyst.tar.gzcd pystpython setup.py install --prefix=/usr/localDocumentation is currently only in python docstrings, you can use pythons built-in help facility:import asteriskhelp (asterisk)import asterisk.agihelp (asterisk.agi)import asterisk.managerhelp (asterisk.manager)import asterisk.confighelp (asterisk.config)Some notes on platforms: We now specify "platforms = 'Any'" in setup.py. This means, the manager part of the package will probably run on any platform. The agi scripts on the other hand are called directly on the host where Asterisk is running. Since Asterisk doesn't run on windows platforms (and probably never will) the agi part of the package can only be run on Asterisk platforms. Requirements: · Python


pyst2 Related Software