Displaying 20 results from an estimated 11000 matches similar to: "Asterisk Manager Interface (AMI) proxy recommendation"
2005 Jul 02
1
Is it possible to setup group voicemail in Asterisk?
Hello there,
I'm a new Asterisk user and I wonder if it is possible to associate a
voicemail box with a group of users, i.e., a single recorded message is
sent to everyone in that group. If so, where can I find more
information about that?
Thanks in advance,
Leo Burd
2005 Aug 08
2
URGENT: Problems with PHP AGI...
Hello everyone,
I'm having all sorts of problems with my PHP AGI scripts... Basically,
my scripts run fine from the command line and don't do anything well
called from Asterisk. Here are my questions:
a) Does Asterisk require PHP CLI or CGI? From the command line, my
script seems to work fine with PHP 4.3.11 (cli) but not with PHP 4.3.9 (cgi)
b) How to debug my script? According
2008 Jan 13
1
ProxyPal for AMI Proxy Development
Hi all,
I'm writing a real-time (not RealTime) proxy server for the AMI interface.
Although I'll be using it for some commercial products, the proxy software
itself will be released under GPL.
I was wondering if there would be any interest in testing it from the community?
I don't have access to a high (or even medium volume) system as this office
only has 4 extensions with
2010 Aug 08
3
How to track a call result originated from originate AMI command
Hi All,
I want to track a call that is originated using originate AMI command
through AstManProxy server.
I m using AstManProxy server and I developed an AstManProxy client.
By using my AstManClient program I can able to login AstManProxy server.
Now I can able to issue/send originate command to generate a call but I m
very confuse that I cannot able to track my
call.
The AMI events were
2005 Jul 05
4
How to prevent log files from eating my hard drive?
Hello there,
Somehow, Asterisk log files are consuming all the space that I have in
my hard disk... They've already eaten 14GB and are still hungry!! What
shall I do? I'm not even logging anything in verbose mode!!
Help really appreciated!!
Best,
Leo
2010 Feb 08
2
How to run a remote PHP script and still have access to audio stream?
Hello there,
I'm trying to figure out how to run a PHP script on a remote machine and
still have access to the audio stream associated with the call.
Ideally, I'd love to play/record audio files directly from/to the remote
server without having to copy them back and forth to the Asterisk
server. What is the best way to do this?
Is it possible to combine EAGI with FastAGI in PHP?
2005 Aug 01
1
How to install PHPAGI?
Hello everyone,
Where can I find instructions on how to install PHPAGI?
BTW, what's the difference between PHPAGI and PHPAGI2? Are they
different products? It's hard to tell from voip-info.org...
Best,
Leo
2005 Aug 08
1
Found solution to my PHP AGI Script problem...
Dear Moises Silva, Chris Thompson and others,
I've finally managed to find the problem with my PHP AGI script!
Apparently, my machine has 2 versions of PHP installed. One for CGI and
the other for CLI. Without knowing, to hand test my script I was
calling the CLI version (/usr/local/bin/php), whereas Asterisk was
calling the CGI version (/usr/bin/php). It turns out that my script
2005 Jun 07
1
New Asterisk Manager Proxy -- astmanproxy 1.0
Hi folks --
For those of us trying to develop interactive web-based Asterisk
applications, it can be a challenge getting Asterisk integrated in a
cgi/mod_perl/php environment. The load associated with making multiple
connections to asterisk via the manager port, having to teach our
applications to parse "manager-ese", and a variety of other factors have
all pointed to the need for
2005 Jun 29
1
Problems connecting to and from my Asterisk server :(
Hello there,
I'm a new Asterisk user and I'm having difficulties to connect to and
from my Asterisk server. Can anybody give me a hand?
Here's some background information:
* I'm running RedHat Linux Enterprise 4.0
* When iptables is stopped, my server can register with IAX service
providers and receive registrations from IAX softphones. However, it
does not succeed in
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:
2009 Jul 21
3
astmanproxy?
Hi,
We currently fire multiple HTTP requests (via multi-curl) to the AJAM
interface in order to place calls. We are finding Asterisk has it's
limits however, and I've found astmanproxy recommended for helping
maintain the connections. This would prove particularly useful with
multiple servers of course.
However, in testing astmanproxy crashes with buffer overflows.
This leads to the
2014 Sep 23
1
Multicast AMI?
Hi!
Maybe I have overlooked something, but I am sort of facing the following problem. I always used
the AMI interface to allow (older) client programs on Windows to use their TAPI client code in
order to communicate with Asterisk servers. The functionality is basically minimal as only
incoming calls need to get detected and there are occasional outgoing ones.
For the outgoing calls, a regular
2007 Feb 13
1
Originating calls: Astmanproxy vs Direct Connection vs Call files
I've got around 45 people who need to place calls from our inhouse app.
What is the considered "best practice" for placing these calls:
1) All clients connect to astmanproxy, and use AMI API Originate command
2) All clients connect directly to the astersik AMI and use the API
Originate command
3) All clients create a db record, some process reads the record and
writes out a call
2010 Apr 13
2
Possible AGI bug?
Hello all,
I wonder if somebody could provide me with some advice on how to track
what looks like a bug to me:
I've got a PHP AGI script that is called whenever I dial into the system
and also whenever I issue a specific Originate() request via AMI.
The script works fine when I dial in. However, when I run it via
Originate(), it sometimes does not play anything, sometimes plays part
2006 Dec 19
4
AstManProxy - Manager
Hello,
I cannot find documnetation explaining how to access AstManProxy. I am
working with Asterisk Java and accessing Asterisk Manager. I wonder if
AStManProxy is using the same API as Manager? Can I access it with
Asterisk java too ?
Regards,
Daniel
2007 Aug 18
1
Asterisk Manager Proxy - Still required?
Hi,
With more recent version of v1.2 and with v1.4 are things like the
AstManProxy still recommended if you want to have a bunch of
applications talking directly to Asterisk?
Cheers!
--
Andrew Ruthven, Wellington, New Zealand
At work: andrew.ruthven at catalyst.net.nz
At home: andrew at etc.gen.nz
GPG fpr: 34CA 12A3 C6F8 B156 72C2 D0D7 D286 CE0C 0C62 B791
-------------- next part
2008 Jan 19
0
AMIProxyPal - AMI Proxy Project
After having misunderstood some key elements of AstManProxy, I started to write
my own proxy server for Asterisk AMI. I was under the impression that it
required a mysql database to cache its data for some reason. (Is there another
AMI proxy that uses a mysql database?) At any rate, I had written about 70% of
the core functionality so I decided to continue on. I'm not a C programmer so
2006 Apr 07
2
Announcing Astmanproxy 1.20
Greetings everyone,
I'm pleased to announce the release of Astmanproxy 1.20, the fast,
flexible proxy server for Asterisk's Manager Interface. Astmanproxy
allows you to communicate with multiple Asterisk boxes from a single point
of contact using a variety of I/O formats, now including support for
XML, HTTP, HTTPS, SSL, CSV, and the Asterisk-native standard format.
Astmanproxy is
2008 Dec 18
2
Latest AstManProxy
Hi,
I unsuccessfully tried to download AstManProxy, clicking over download
button in http://github.com/davetroy/astmanproxy/tree/master .
It failed with "XML error".
How can you download AstManProxy ?
Has the project moved to somewhere else ?
Have its features been deprecated and replaced by something embedded in
Asterisk code or elsewhere ?
Regrads
-------------- next part