Displaying 20 results from an estimated 1000 matches similar to: "How to track a call result originated from originate AMI command"
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
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
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
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 Sep 03
3
Manager Originate without phone off hook?
I'm trying to keep the DND status of my Snom phones and the astdb in
line but I'm stuck on integrating my gui DND button which talks to *
using the manager interface (actually it uses Astmanproxy as the gui
host is on a different network to asterisk and can't see the Snom's
across the network).
All's working fine in my Dialplan; when someone dials the code for
DND-on or
2008 Mar 04
1
astmanproxy and core dump
Does any one know how to change astmanproxy to be able to
a) compile without optimisations
b) dump a core
I've had it crash several times over the past couple of months, but
there is no way to debug what's going on.
I like the way a core is produced when (if!) * crashes, and would like
to have the same thing on astmanproxy.
Thanks
Julian
2005 Jul 01
1
astmanproxy
Hello,
I want to recieve the output from astmanproxy in a php script.
Is that possible ?
I made a simple php script:
<PRE>
<?php
$socket = fsockopen("127.0.0.1","1234", $errno, $errstr, $timeout);
fputs($socket, "Action: Login\r\n");
fputs($socket, "UserName: xxx\r\n");
fputs($socket, "Secret: xxx\r\n\r\n");
fputs($socket, "Action:
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
2010 Jun 09
1
OT - Astmanproxy download broken ?
Hi,
Is Astmanproxy still downloadable ?
At the moment, I can't download anything.
I'm usually using this http://github.com/davetroy/astmanproxy/tarball/masterURL
I can use a previous tar file but I would be pleased to know if I should do
something around this issue or not.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 21
1
Astmanproxy
Is this still maintained ? Last update that I can find was nearly 18
months ago.
I am currently using 1.22pre. I have had some problems with the
astmanproxy process dying on me, and was wondering if anyone else has
had this problem, or knows of any newer versions.
Julian.
2007 Oct 22
1
Astmanproxy issues
Hello *,
I have a strange problem with the MAPI proxy AstManProxy: sometimes it happens
that I send a request and I receive a response to ANOTHER request that it got
in the frame time between my request and my response.
Did anyone else notice this behaviour? How can this be solved?
I've been reading the source code, but I didn't find a solution.
Thanks in advance,
--
Dr. Andrea
2009 Sep 03
2
OT - log rotation
Hi,
It seems Asterisk needs to be notified that log rotation happened tough
applications like astmanproxy or FOP doesn't need to be restarted (nor
notified of any rotation).
Is this personal observation true ?
How could this be explained ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl,
Have implemented a really nice Billing engine using AGI scripts. So far
it works fine, tho haven't yet put it in the torture cell.
The AGI scripts have been written in PHP, using MySQL for the billing
and profile information.
The major disadvantages I see using AGI scripts :
1. A new process(invocation of PHP scripts) on every new call.
2. MySQL connections on every instance of
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:
2005 Aug 17
0
[Asterisk-Dev] New Astmanproxy Mailing List, and New Version 1.11
Greetings --
Many of you have downloaded and tried out Astmanproxy, a multi-threaded
C-based proxy for Asterisk's Manager Interface. It has been under
development since April 2005 and was presented at the Madrid Astricon in
June, and will also be presented at Astricon in Anaheim in October.
There has been interest in setting up an Astmanproxy mailing list
specifically devoted to
2010 May 26
1
Jack in /usr/local/ means failure for asterisk
Hi,
I have been headbanging with asterisk and Jack for a while, decited to
ask other linuxists for an advice.
The problem is that Jack is compiled from source (0.118) in /usr/local/, but
menuselect says "XXX" for it (cannot enable it). I need jack...
Otherwise I will inotify Monitor WAVs, what is bad :`(
After installing jack from sources:
Add system-wide
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
2007 Aug 08
1
Howto generate a Manager Event from the Dialplan?
I'd like to be able to generate a Manager Event from the dialplan but
can't seem to find a way to do it.
Alternatively, trigger and Event when a record in AstDB gets changed.
Can anyone point me in the right direction? Thanks.
By way of explanation, I've a app that connects to astmanproxy and I'd
like it to know when a call group gets put into Nightservice. Putting
the call
2010 May 05
1
Getting calee audio in Asterisk (real time)
Hello,
I need to capture calee's audio in real-time in order to capture operator
messages (I've written sound recognition software that works with Jack:
http://github.com/Motiejus/SoundPatty/).
Jack does the following:
Incoming call audio -> audio in to jack, audio out from jack ->
current Asterisk application
Outgoing call audio <- current Asterisk application
However, I need