similar to: About the using of astmanproxy

Displaying 20 results from an estimated 1200 matches similar to: "About the using of astmanproxy"

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 13
0
Asterisk AMI
Hi All, Been having problem using the AMI, i've got this PHP script: $socket = fsockopen("1.2.3.4","5038", $errno, $errstr, $timeout); fputs($socket, "Action: Login\r\n"); fputs($socket, "UserName: amiadmin\r\n"); fputs($socket, "Secret: amiadminpassword\r\n\r\n"); fputs($socket, "Action: Command\r\n"); fputs($socket,
2005 Dec 28
2
PHP Manager
Hi all, I have a small problem to execute Asterisk Commands in Asterisk Manager using PHP. I am able to run all Asterisk Manager command but the problem is comming with asterisk command. here is the code i am trying to run. <?php $socket = fsockopen("localhost","5038", $errno, $errstr, $timeout); fputs($socket, "Action: Login\r\n"); fputs($socket,
2005 May 26
1
Little Php question
> -----Original Message----- > From: Ronald [mailto:asterisk107@gmail.com] > Sent: 26 May 2005 10:47 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Little Php question > > > Hi > I'm trying to make a call from a local webpagee through my > xlite softphone > (xlite1) > BTW when I'm trying to do it through
2005 May 26
0
SV: Little Php question
Hi I think you should have a look at the end of line - you are missing " :-) Br, dmirty -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Ronald Sendt: 26 May 2005 11:47 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: [Asterisk-Users] Little Php question Hi I'm trying to make
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
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
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
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