Displaying 20 results from an estimated 4000 matches similar to: "Latest AstManProxy"
2008 Dec 18
0
Latest AstManProxy [SOLVED]
2008/12/18 Philipp Kempgen <philipp.kempgen at amooma.de>
> Olivier schrieb:
>
> > I unsuccessfully tried to download AstManProxy, clicking over download
> > button in http://github.com/davetroy/astmanproxy/tree/master .
> > It failed with "XML error".
>
> Try again. It works.
You're right : now it works !
I can't explain why it didn't
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:
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
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 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 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
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
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
2008 Dec 18
1
(no subject)
Hello,
I have problem after killall -9 asterisk
and asterisk -f
Asterisk stops to send to DNS resolving of trunks
Regards
--
We never did too much talking anyway
So don't think twice, it's all right
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081218/07751113/attachment.htm
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
2009 Jan 07
5
recommendation for German sound files
Hi!
http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German
lists a plenty of sound files for German.
Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon).
thanks
klaus
2009 Jan 27
2
Module res_odbc is not loading
Hi,
I have remove the comment defor res_odbc.so and res_config_odbc.so in my
modules.conf, but the module is still not loading
when I do:
module show like odbc
I have o module returned
anybody knows why?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2005 Jul 04
0
[Asterisk-Dev] New Astmanproxy 1.1 now available!
Hey there folks --
I have been continuing development on the multi-threaded, c-based Asterisk
Manager Proxy program, AstManProxy.
I've incorporated several ideas I received at the recent Astricon Europe,
including:
- Supports proxying of multiple Asterisk servers at once
- Abstracted, modular I/O handlers (implemented as shared objects)
- Existing handlers: XML, Standard, CSV, HTTP
2009 Mar 12
0
Manager API and astmanproxy
For a long time now we've used the astmanproxy process to handle manager
connections (75+ clients) so that these clients can tap into the
dialplan / send commands etc.
We use astmanproxy because at that time the manager connection routines
of asterisk did not cope well with numerous connections, either
permanent or as-needed.
Does anyone have any experience of later versions of asterisk
2009 Sep 22
0
AstManProxy - No pid file created when run
Hi,
Looking at /etc/init.d/astmanproxy file, it seems astmanproxy should create
a /var/run/astmanproxy.pid file when run.
I can't find any such astmanproxy.pid (not in /var/run directory, nor
anywhere else).
Is it normal ?
(I'm using Proxy/1.22pre081119)
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 26
2
custom cdr userfiled
Dear,
I added new field to cdr table , named "service" and type varchar(20),
but in extensions.conf with the following command, nothing to be saved.
exten => _X.,1,Set(CDR(service)=OUT)
does asterisk support this ability ?
is any setting must be changed, before that ?
best
Mani
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process
into another SQL database through entering IVR options during the call.
Thanks a lot.
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!