similar to: AstManProxy and broadcast

Displaying 20 results from an estimated 5000 matches similar to: "AstManProxy and broadcast"

2007 Jul 12
0
No subject
- ActivaTSP can't work with Astmanproxy as Asmanproxy needs to be patched, - Asttapi wouldn't terminate a completed call. Which option would you pick ? Is there any other option (free or commercial) for Outlook click2call ? Best regards ------=_Part_283_12644120.1196417210166 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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
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
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:
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
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
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
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
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:
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:
2007 Nov 17
0
Astmanproxy Yahoo Group
Hi All, Is the astmanproxy yahoo group (http://tech.groups.yahoo.com/group/asterisk-astmanproxy/) still working? It seems to me the most recent posts are 2006's. I have sent a message but didn't receive any feedback and the post was not listed. Is the project still being maintained? Is there any other discussion forum about? Thanks for any update Best regards -------------- next part
2005 Jul 09
0
About the using of astmanproxy
Hi,I met the same problem as this mail, http://www.mail-archive.com/asterisk-users@lists.digium.com/msg101451.html ******************************************************* 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,
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
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
2011 Jul 04
1
Agent Login, Logout, Ready, Not Ready from the CTI application
Hi All; We know that agents can login and logout from the phone handset. But if we need the login, logout, ready and not ready to be from an application and to be integrated with the CRM, how to acheive this? Normally in Cisco and AVAYA, they use CTI integration and the CTI client (which is embded in the CRM application) will receive the the caller id or information via that CTI client. How