login | register
Sat 22 of Nov, 2008 [08:15 UTC]

voip-info.org

History

PyAsterisk

Created by: jht2,Last modification on Sun 11 of Sep, 2005 [21:48 UTC] by the_real
http://vox.groovy.net/moin/PyAsterisk

Features

  • Adds a Python interperter into to Asterisk
  • Adds an XMLRPC interface to Asterisk

(the web site doesn't seem to exist anymore)


PyAsterisk is now known as pyastre and is available from http://www.magicphone.ca/code (any experiences mixing other asterisk versions ( > 1.0.9) and pyastre ver. 0.9.2-stable?)

Comments

Comments Filter
222

333Using pyastre 0.9.2-stable with asterisk SVN trunk

by nextime, Thursday 16 of February, 2006 [11:49:11 UTC]
I use pyastre 0.9.2 with asterisk svn trunk r7230.
The pyastre code need some little change to compile with new asterisk, anyway, these are really simple changes.

Main problem with pyastre seem to remain threading, it seem that you can't use any AGI script if you are using pyastre because
when an agi execution finish it remain in zombie status.