- more readme

git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@13 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
develop
ralf 2010-06-19 15:22:20 +00:00
parent 2ce9950239
commit 99e361ff11
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -110,13 +110,16 @@ Version 0.3: Minor feature enhancements
The parsing of answers from asterisk was completely rewritten. This
should fix problems people were having with commands returning embedded
'/' or empty lines.
'/' or empty lines. Some new manager commands added.
- Add playdtmf manager command
- add sippeers and sipshowpeer manager commands
- rewritten manager communication
- should no longer choke on '/' in answers returned from a manager
command (fixes SF Bug 2947866)
- should now correctly parse multi-line output with embedded empty
lines
lines, e.g. ``mgr.command('dialplan show')``
- Bug-fix for list manipulation in ``event_dispatch``, thanks to Jan
Müller, see mailinglist comment from 2008-04-18
See the ChangeLog for older changes.