Displaying 3 results from an estimated 3 matches for "pyst2".
Did you mean:
pyst
2016 Oct 10
2
AGI: How to break out of AGI when stream_file escape_digits are detected in middle of long sequence of files?
For reasons best known to myself, I call a python agi (PYST2 - love
it!) which streams a series of very short files in quick succession.
Like this:
escape_digits = str("0")
agi.stream_file(promptFile,escape_digits)
and this is what I see on the AGI debug:
<Local/s at root-00000061;2>AGI Tx >> 200 result=0 endpos=6784
<Local/s at...
2023 Jul 12
1
Is there a good Python library for AMI?
I am switching many of my scripts to python and I found pyst2 in my
search for an Asterisk library. While it seems to work well for AGI
acripts it seems very broken when using it for AMI. Can anyone
recommend a good and currently supported AMI library for python?
--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)8116-9161
2017 Jun 30
3
Simplest way of executing a non-blocking (async) python AGI script?
...and then returning to the dialplan?
I've seen people talking about fastAGI, stasis, python ASYNC... all seems
rather complicated. I feel I must be missing something embarrassingly
obvious - isn't there just the equivalent of the unix shell's "&"?!
Thanks.
(I'm using pyst2 if it matters)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170630/11a1ff97/attachment.html>