- 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-fa5697faa6a0
develop
schlatterbeck 2010-06-30 14:46:29 +00:00
parent 5efd1ebf42
commit 00faa6857c
1 changed files with 6 additions and 2 deletions

8
README
View File

@ -2,7 +2,7 @@
:height: 62
:width: 210
:alt: SourceForge.net Logo
:target: http://sourceforge.net
:target: http://sourceforge.net/projects/pyst/
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
for AGI.
Download from `Sourceforge project page`_.
.. _`Sourceforge project page`: http://sourceforge.net/projects/pyst/
Installation is the standard python install::
tar xvf pyst.tar.gz
@ -61,7 +65,7 @@ control tool (currently svn).
All of pyst's inline documentation needs to be updated.
* 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
manager.close(). The close() function may still call logoff again if
the socket thread has not yet cleared the _connected flag.