Commit Graph

32 Commits (master)

Author SHA1 Message Date
inpos 6a6ab1beb2 python3 last change 2017-03-01 21:54:38 +03:00
inpos f45bc1f1c5 python3 agi get_result 2017-03-01 21:43:02 +03:00
inpos 386574d8ac python3 agi send_command 2017-03-01 20:56:06 +03:00
inpos d81fa0ea5f python3 agi _quote 2017-03-01 20:49:12 +03:00
inpos 4f303e668e python3 agi stderr 2017-03-01 20:45:17 +03:00
poing 1d2f461fba Focus on UTF8 2016-09-08 11:12:19 +09:00
poing 1e890057db Focus on UTF8 2016-09-08 11:11:11 +09:00
poing c71a17ce84 Focus on UTF8 2016-09-08 11:06:13 +09:00
poing 13e0369a33 Focus on UTF8 2016-09-08 11:03:15 +09:00
poing 97a3c986eb Focus on UTF8 2016-09-08 11:02:37 +09:00
poing e4325c9be5 Focus on UTF8 2016-09-08 11:01:57 +09:00
poing f143d5fd00 Focus on UTF8 2016-09-08 11:01:10 +09:00
poing dab19ede42 Focus on UTF8 2016-09-08 10:55:56 +09:00
poing cae17c32bb Fixing unicode 2016-09-07 18:02:23 +09:00
poing 267f8444ec Fixing unicode 2016-09-07 18:01:28 +09:00
poing 59a3698a87 Fixing unicode 2016-09-07 17:59:50 +09:00
poing 2f9d2a35dc Fixing unicode 2016-09-07 17:59:05 +09:00
poing d7b47ccf6a Chaged encoding to utf8 2016-09-07 16:52:24 +09:00
poing 080bb6d627 Updated 'RECORD FILE' syntax, included silence detection value 2016-09-06 18:47:21 +09:00
Randall Degges aa47075e30 Merge pull request #22 from GaboFDC/master
Adding use of Sphinx documentation
2016-05-04 17:03:49 -07:00
almog cohen 53c8d91752 added the EXEC command, which enables running all the possible asterisk commands 2016-03-22 15:08:48 +02:00
GaboFDC 26ac52644c Updated docstring to use rst format 2016-03-08 10:33:39 -05:00
Randall Degges 7e0dc533de Fixing bug in AGI class.
Fixes #21.
2016-02-16 13:37:36 -08:00
Ben Davis 1a0b54bbc6 Modified agi.py to accept stdin/out/error to allow support for FastAGI access.
Included new fastagi.py to be used as basic FastAGI server.
2015-11-18 09:48:52 -08:00
TuxPowered 6b2c4dac7b Convert Float to string
Corrected where float values passed to _quote need to be converted to string to support .encode()
2015-11-14 13:13:57 -08:00
TuxPowered 1481fb215f Updated string quoting
Converts passed integers and bool to string, used to prevent string.encode() from erroring.
2015-11-14 12:26:07 -08:00
TuxPowered cef87f4241 Force quoted string to ascii
If setting variables to non-ascii values (such as reading data from a database) your script will fail due to UnicodeEncodeError.
My forcing the encoding of the string at the 'quote' to ascii and ignoring non-ascii chars, we are able to prevent abnormal script exits due to quoted string chars.
2015-11-14 03:00:29 -08:00
Timur Tuchkovenko 5efe3f4593 minor rewrite for Python 3 support. Some other fixes in corresponding files. 2014-10-08 11:43:32 +06:00
Areski Belaid 2ab6d3ff7d PEP8 Fixes 2012-11-11 18:43:41 +01:00
Randall Degges 85fc17017e Removing trailing whitespace from files. 2011-05-31 12:56:57 -07:00
ralf b886c83df4 - merge unreleased changed from repository of Matthew Nicholson
git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@17 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
2010-06-23 07:44:16 +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