A fork of the famous python pyst library for Asterisk.
 
 
Go to file
ralf df35521c5b - use socket.makefile for the socket, it's so much easier
- don't put a file object in the queue when receiving, just the list of
  lines read
- fix parsing of message in ManagerMsg:
  - don't ignore blank lines
  - put everything after an invalid header into data
- in _receive_data:
  - read whole lines -- socket.makefile makes it possible
  - if an invalid header is encountered read until END COMMAND marker
  - put list of lines into the queue, not an artificial file object


git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@5 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-18 08:31:10 +00:00
asterisk - use socket.makefile for the socket, it's so much easier 2010-06-18 08:31:10 +00:00
debian - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
rpm - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
ChangeLog - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
MANIFEST.in - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
NEWS - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
PKG-INFO - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
TODO - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
UPGRADE - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00
setup.py - copy original 0.2 release from tags/0.2 2010-06-17 16:16:28 +00:00