similar to: How to trace incoming AMI requests ?

Displaying 20 results from an estimated 5000 matches similar to: "How to trace incoming AMI requests ?"

2009 Jul 09
2
Setting up a "secure" AMI?
Hi All, I've just upgraded our CRM and it has an Asterisk Integration Module that I would like to test out. The CRM is running on one of our hosted servers in the cloud. The Asterisk server is running in my office. I am running Asterisk 1.4.21.2~dfsg-1ubuntu3. Reading the page http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20manager.conf got me a little concerned
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
2007 Nov 26
0
How to manage several AMI connections to an Asteris server ?
Hi, What is today's status of Asterisk connections management ? Is Astmanproxy still recommended or shall something else be used ? Astmanproxy works for me with Asterisk 1.4 but it seems this software is not updated recently (recent patches are not merged, last modification dates from 16 months). Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
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:
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
2011 Jan 10
2
How to reject an incoming call using AMI ?
Hi, For a call center, I'm studying how I can offer agents the ability to reject an incoming call using a custom application. As you can guess, in this case, rejecting a call means "let another agent answer this call" (it doesn't mean "end this call"). The only way I could imagine for this to happen, would be to redirect the caller to a conference room, then hangup
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 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
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
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
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:
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
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
2009 Apr 09
0
AstManProxy and broadcast
Hi, I'm evaluating possible design for a specific CTI application. CTI client is a fat client (it's a customer's requirement) which exchange data with a CRM server (build on mainframe). CTI client must : - display custom view mixing ongoing calls, presence and some user preferences (such as this user has forwarded his calls to his voicemail) - request call origination (click2call