Displaying 20 results from an estimated 2000 matches similar to: "py-Asterisk or pyst?"
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
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: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e:
2014 Jan 16
1
Starpy and Asterisk on different machines ?
Hello,
Is it possible to run Starpy and Asterisk on different machines ?
A quick glance at http://www.vrplumber.com/programming/starpy/ seems to
tell it is possible but Debian's python-starpy package installs Asterisk.
What do you think ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jan 10
1
Failed SIP registration kicks registered device off?
Hi folks,
I'm currently running a modified version of Asterisk 1.6.1.1, I
observed an unexpected behavior of my system today:
1. SIP device A successfully registered extension 100;
2. SIP device B tried to register extension 100 but with wrong
password, so registration failed;
3. A then showed it was unregistered!
Failed registration of device B shouldn't kick A off, I expect A stay
2010 Apr 09
1
Callerid over IAX Trunks
Hello everyone,
I'm fairly new to asterisk and this list. Currently I'm working on IAX
trunks to send/receive calls between 2 asterisk boxes with asterisk
1.6.1.1+asterisk gui 2.0. After some work in the gui, two boxes can
send/receive calls to/from the other just fine, the only problem I
have is the caller id.
Here is my setup:
1. on both boxes, I added an IAX user in the gui, say the
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:
2010 Jun 26
2
Detecting hook flash in asterisk
Hello,
Is it possible to detect a hook flash in asterisk. I want to be able to
perform some functions an hook flash.
I have the following entry in features.conf which executes a Macro on
detecting key press '**'.
[applicationmap]
test => **,caller,Macro,testflash
Is it possible to do this action on hook flash?
-------------- next part --------------
An HTML attachment was
2011 Feb 08
1
echo when calling to the pstn
Hello all.
I have a asterisk implementation (asterisknow 1.7.1), with a card with 2 FXO interfaces.
When I call (or receive a call) from the pstn, I ear echo. This happens if I use a softphone or IP phone, and does not happens if the call is internal.
Can you help me with this issue?
Best regards,
Vitor Flausino
2012 Sep 06
1
Asterisk Test Suite error
Hi,
i am trying to install the Asterisk test suite on my ubuntu system , i have
followed all the installlation steps as mentioned in the link (
http://blogs.asterisk.org/2010/04/29/installing-the-asterisk-test-suite/) ,
but when i am trying to run the script some of the test cases are PASSED
and most of them are FAILED and SKIPPPED. So please help me out to do the
testing correctly.
The
2012 May 03
1
AMI disconnects
Hi all.
I've got a perl script that connects to Asterisk's management interface using Asterisk::AMI. So far, its proven to be very useful.
I'm hoping to use this to detect and respond to asterisk restarts and sip reloads.
However, my script gets disconnected quite frequently, causing false alarms in my monitoring.
Here's what the code looks like:
2011 Apr 20
2
Call files or AMI originate for mass outbound call
Hello Guys,
In the case of a multiserver environment for outbound
automatic calls, can you share you experience and preference between call
files and ami originate ?
thanks
--
*Adolphe CHER-AIME
Network / VoIP Engineer
CCNA, CCNA VOICE, Global VSAT Forum Certified
(509) 3449-4280*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Mar 24
1
AMI Proxy
Hi people
Just having a quick check to see if anyone is using any AMI proxies and
which are the most popular. For our purposes it must be able to connect to
multiple asterisk instances.
Thanks for the help.
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered
2011 May 31
3
AMI buffering event output?
Hi,
I'm seeing weird behavior with AMI where no events are output until
some input is detected (can be an empty line), at which time all the
buffered output is spewed out at once.
I am maintaining multiple Asterisk installations, and with one
installation I have run into a weird buffering problem with AMI.
The version is 1.6.1.11 in this particular case, which I am running at
multiple
2005 Oct 04
2
newbie questions - looping through hierarchial datafille
Dear List,
Im new to R - making a transition from SAS. I have a space delimited file
with the following structure. Each line in the datafile is identified by
the first letter.
A = Inventory (Inventory)
X = Stratum (Stratum_no Total Ye=year established)
P = Plot (Plot_no age slope= species)
T = Tree (tree_no frequency)
L = Leader (leader diameter height)
F = Feature (start_height finish_height
2010 Jul 29
3
[PATCH 1/1] O2net: Disallow o2net accept connection request from itself.
Currently, o2net_accept_one() is allowed to accept a connection from
listening node itself, such a fake connection will not be successfully
established due to no handshake detected afterwards, and later end up
with triggering connecting worker in a loop.
We're going to fix this by treating such connection request as 'invalid',
since we've got no chance of requesting connection
2013 Apr 18
6
count each answer category in each column
Hey,
Is it possible that R can calculate each options under each column and
return a summary table?
Suppose I have a table like this:
Gender Age Rate
Female 0-10 Good
Male 0-10 Good
Female 11-20 Bad
Male 11-20 Bad
Male >20 N/A
I want to have a summary table including the information that how many
answers in each category, sth like this:
X
2010 Nov 08
6
XEN large scale cluster
Dear All,
We are preparing amount 400 servers to deploy a large scale XEN cluster; I
am looking for the best solution for that, these are some things I need to
resolve:
1) 400 servers use raid-1, each server will have more than 100GB free
disk space, I want to combine all of these for the cluster''s storage, so, it
need to install the distribute file system;
2) How to
2009 May 21
3
VNC connection to DomU got black screen
Hi all,
I installed xen-3.3.1 and configured two DomU with 2.6.18.8-xen kernel. Now
the DomU1 and DomU2 could work and the network is ok. But I used the
filesystem image from jailtime, so the X-Window mode can''t work. Thus, I
tried two ways to make the GUI-mode work:
(1) yum install X-Window in Guest OS, and the GUI configuration Wizard shows
up. When done with the configuration, the
2010 Nov 19
5
[PATCH 1/1] Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.
Former logic of ocfs2_file_aio_write() was a bit stricky to unlock the rw_lock
and i_alloc_sem, by using some private bits in struct 'iocb' to communite with
ocfs2_dio_end_io(), it did work before we introduce the patch of supporting
'coherency=full,buffered' option, since rw_lock and i_alloc_sem were never
acquired both at the same time, no mattar we doing buffered or direct IO or
2007 Sep 06
3
Warning message with aggregate function
Dear all,
When I use aggregate function as:
attach(warpbreaks)
aggregate(warpbreaks[, 1], list(wool = wool, tension = tension), sum)
The results are right but I get a warning message:
"number of items to replace is not a multiple of replacement length."
BTW: I use R version 2.4.1 in Ubuntu 7.04.
Your kind solutions will be great appreciated.
Best wishes
Yours, sincerely,
Xingwang