- links to SF project page and typo fixed. You notice such thinks alway
immediately *after* a release :-( git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@24 01a3061f-1c3a-49da-a2a0-fa5697faa6a0develop
parent
5efd1ebf42
commit
00faa6857c
8
README
8
README
|
@ -2,7 +2,7 @@
|
||||||
:height: 62
|
:height: 62
|
||||||
:width: 210
|
:width: 210
|
||||||
:alt: SourceForge.net Logo
|
:alt: SourceForge.net Logo
|
||||||
:target: http://sourceforge.net
|
:target: http://sourceforge.net/projects/pyst/
|
||||||
|
|
||||||
pyst: A Python Interface to Asterisk
|
pyst: A Python Interface to Asterisk
|
||||||
====================================
|
====================================
|
||||||
|
@ -12,6 +12,10 @@ Asterisk from python. The library currently supports AGI, AMI, and the parsing
|
||||||
of Asterisk configuration files. The library also includes debugging facilities
|
of Asterisk configuration files. The library also includes debugging facilities
|
||||||
for AGI.
|
for AGI.
|
||||||
|
|
||||||
|
Download from `Sourceforge project page`_.
|
||||||
|
|
||||||
|
.. _`Sourceforge project page`: http://sourceforge.net/projects/pyst/
|
||||||
|
|
||||||
Installation is the standard python install::
|
Installation is the standard python install::
|
||||||
|
|
||||||
tar xvf pyst.tar.gz
|
tar xvf pyst.tar.gz
|
||||||
|
@ -61,7 +65,7 @@ control tool (currently svn).
|
||||||
All of pyst's inline documentation needs to be updated.
|
All of pyst's inline documentation needs to be updated.
|
||||||
|
|
||||||
* manager.py:
|
* manager.py:
|
||||||
This should be convereted to be single threaded. Also there is a race
|
This should be converted to be single threaded. Also there is a race
|
||||||
condition when a user calls manager.logoff() followed by
|
condition when a user calls manager.logoff() followed by
|
||||||
manager.close(). The close() function may still call logoff again if
|
manager.close(). The close() function may still call logoff again if
|
||||||
the socket thread has not yet cleared the _connected flag.
|
the socket thread has not yet cleared the _connected flag.
|
||||||
|
|
Loading…
Reference in New Issue