ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							99e361ff11 
							
						 
					 
					
						
						
							
							- more readme  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@13  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-19 15:22:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							2ce9950239 
							
						 
					 
					
						
						
							
							- fix the case where broken commands do not have a header or are missing  
						
						 
						
						... 
						
						
						
						the 'Response' header.
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@12  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 19:27:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							abb2d07249 
							
						 
					 
					
						
						
							
							- fix problem when building callback list, patch suggested in  
						
						 
						
						... 
						
						
						
						mailinglist thread
  https://sourceforge.net/mailarchive/forum.php?thread_name=1209418634.5888.33.camel%40solo.digium.internal&forum_name=pyst-users 
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@11  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 15:24:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							08d7dc585b 
							
						 
					 
					
						
						
							
							- add sippeers and sipshowpeer  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@10  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 13:47:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							e7d849c7dd 
							
						 
					 
					
						
						
							
							- add todos from a posting of Matthew Nicholson to the mailinglist  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@9  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 12:59:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							05634c2ba7 
							
						 
					 
					
						
						
							
							- add maintainer to setup.py  
						
						 
						
						... 
						
						
						
						- add credits section and clarification to Todo section
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@8  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 10:15:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							aae8da965a 
							
						 
					 
					
						
						
							
							- fix setup to include version number and description  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@7  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 10:02:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							58d267ea0a 
							
						 
					 
					
						
						
							
							- add Makefile  
						
						 
						
						... 
						
						
						
						- remove empty NEWS
- Add README
- fold TODO and UPGRADE into README
- fix MANIFEST.in to include README and README.html and to drop the
  other files
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@6  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-18 09:46:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							f34ff5f31f 
							
						 
					 
					
						
						
							
							- fix handling of greeting  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@4  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-17 17:29:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							7f4293d50c 
							
						 
					 
					
						
						
							
							- add playdtmf action  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@3  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-17 16:22:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							0cfa2e82ef 
							
						 
					 
					
						
						
							
							- copy original 0.2 release from tags/0.2  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@2  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-17 16:16:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ralf 
							
						 
					 
					
						
						
						
						
							
						
						
							dd33d0c724 
							
						 
					 
					
						
						
							
							- initial import of pyst 0.2  
						
						 
						
						... 
						
						
						
						git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@1  01a3061f-1c3a-49da-a2a0-fa5697faa6a0 
						
						
					 
					
						2010-06-17 16:09:37 +00:00