Displaying 8 results from an estimated 8 matches for "pyst".
Did you mean:
post
2011 Apr 20
2
py-Asterisk or pyst?
Hi there,
I need a Python interface to asterisk manager for my own project. The
voip-info.org (http://www.voip-info.org/wiki/view/Asterisk+manager+Examples)
lists 4 python projects for this purpose: Fats, py-Asterisk, pyst and
StarPy. Because my project is rather small and I don't want to involve
twisted in, the options left for me are py-Asterisk and pyst.
So I want to ask your opinion: Which project is easier to get started?
Pros and cons?
Thank you!
--
Ye Liu (AKA @jaux)
http://jaux.net
2014 Apr 10
1
AMI and pyst
Does anyone on this list use pyst for AMI purposes?
If so, can you point me in the direction of some simple examples. There
seems to be none anywhere online. Probably doesn't help that I'm not that
experienced at python but not insurmountably so.
Thanks in Advance
Ish
--
Ishfaq Malik
Department: VOIP Support
Company:...
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying.
So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian
setup the alternatives are either :
- to install it from source
- tto build my own custom package removing this asterisk dependency (is it
easy or even possible ?)
- to use another solution such as pyst.
Regards
2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com>
> Yes you can. This what starpy is for. It's build around Python twisted
> which allow you to write non blocked socket servers. You can use starpy as
> a fastagi server.
> Both AMI and FASTAGI can be configure...
2004 Jul 07
2
Perl library to manipulate 'ini files'
Hi, all,
Can anyone tell where can I find the perl library for
manipulating 'ini files'? Thanks,
kaiduan
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
2010 Aug 05
0
Which Python binding to use ?
Hi,
I'm planning to use Python to develop applications complementing Asterisk.
Can you share your experience with entries mentioned in voip-info.org (
http://www.voip-info.org/wiki/view/Asterisk+manager+Examples) like :
py-asterisk
pyst
StarPy
Fats
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100805/3cc67789/attachment.htm
2003 Nov 18
4
Help with Warnings
I'm trying to clean up some notices/warnings that are repeatedly logged
in *.Any Help would be appreciated as I'm not sure of the cause
/solution.
Here are the errors:
Nov 17 15:53:38 WARNING[1217602880]: File chan_zap.c, Line 1321
(zt_call): cidspill already exists??
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/* Don't send audio while on hook, until the call
2016 Jan 06
2
No joy with my first AGI Python script
It's very simple but it doesn't work. Here's the entire script.
#! /usr/bin/python
import sys
env = {}
def comm(cmd):
sys.stdout.write(cmd.strip() + '\n')
sys.stdout.flush()
return sys.stdin.readline().strip()
while 1:
line = sys.stdin.readline().strip()
if line == '': break
key,data = line.split(':')
if key[:4] == 'agi_':
2007 Jul 13
0
Wine release 0.9.41
...ypt32: Change finalized from a boolean to a state and use it to simplify message updating.
crypt32: Introduce an updated state, and use it to remove boolean "begun".
crypt32: Update comments about hash message version numbers.
Julio E. Gonzalez P (1):
ntdll: Add PYT and PYST time zones.
Kai Blin (1):
ws2_32: Handle IPv6 in WSAStringToAddress.
Ken Thomases (6):
winecoreaudio: Enable DirectSound HEL mode for output.
winecoreaudio: Enable DirectSound HEL mode for input.
winecoreaudio: Improve safety of iterations when returning WAVEHDRs to client...