Displaying 20 results from an estimated 3000 matches similar to: "PHP Manager"
2005 Jan 13
4
Manager API !!!!!!!!!
Hello all
Has anyone had any success with the Manager API ?
I am trying to check an extension status without too much luck I have
the following
<?php
$fp = fsockopen("127.0.0.1", 5038, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)<br />\n";
} else {
$out = "Action: Login\r\n";
$out .=
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:
2003 Nov 02
3
PHP Manager examples
Anyone have any example scripts in PHP that connect to the manager? I'm not really a much of a programmer so I could use boost. Once I can figure out how to get it to login properly, I'll be ok from there.
Thanks,
Kevin
_____________________________________________________________
Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
2012 Aug 26
1
One leg in a conference and adjusting stream volume of other leg
Hi all,
I'm looking for some serious help. :) I couldn't find a better
description for my problem... I think it is quite complex! Here's what I
would like to achieve:
A SIP caller dials into to my Asterisk 10. He will automatically listen
to a specific MP3 stream.
Other SIP callers dial also into my Asterisk. They all will
automatically listen to the same MP3 stream.
All
2011 Sep 02
5
how to add-edit-delete entery into asterisk conf files
Hi list,
I want ot do basic work (add-edit-delete) into asterisk configuration files,
like sip.conf, manager.conf,musiconhold.conf etc.
Please guide me how to configure all these files from from AMI connection. I
am able to login into AMI from Login action but I want to do more task in to
it.
*AMI login:- *
*login.php*
<?php
$socket = fsockopen("127.0.0.1","5038",
2005 Sep 06
4
PHP and ASterisk Manager
Guys, is anybody using PHP sockets to connect to the Manager and send
command like "show voicemail users" for example or any other?
My question is, how to parse the return info in a way that can be shown back
to the user via web (discard all the manager responses not needed)?
Thx in advance for any help you can provide.
2006 May 23
2
Outband call from php script
Hello,
I am trying to make the following... Can someone tell me if it is
possible? Is someone willing to do it from an asterisk@home box?
1. I send an http request to asterisk@home box.
Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345
2. Application will call phone number 0033102030405 (using a sip provider)
3. Application will play a pre-recorded voice prompt
4. Application
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
Hello Everyone,
I am making a simple index.php file which will allow a web user to enter his
$phoneNumb, $dialNumb, and callerID ($spoofNumb) and get the call bridged.
Following is the index.php and the contents of extensions_custom.conf. When
I submit the form nothing happens. I don't even see Manager Connected msg.
Your input will be much appreciated. I am thinking I have some syntax
2007 May 05
2
Manager API Output
Hi,
Is there any way that I can store my manager API output that is:
My question is that is there any why using that I can get the QueueStatus
and store the result in some text file for further processing.
<?php
$strHost = "127.0.0.1";
$strUser = "cron";
$strSecret = "1234";
2007 Jul 06
1
Asterisk Manager
Hi
this is my code for * manager:
$oSocket = fsockopen($strHost, 5038,
$errnum, $errdesc) or die("Connection to host failed");
fputs($oSocket, "Action: login\r\n");
fputs($oSocket, "Username: $strUser\r\n");
fputs($oSocket, "Secret:
2007 Jul 08
1
Asterisk Help
Hi
I need help in configuring a auto dialer system using Asterisk. I'm holding
my customers number in MySQL want to fetch 10 numbers one time and dial if
gets connected and answered by customer wants to play a sequence of message
. Please help .
I've tried here is my code to place calls but in this I see no of failure
calls are more than 50%. so please advise.
2012 Dec 12
1
Asterisk 11 originate errors
Hi,
I'm getting errors while originating a call through AMI.
[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe
[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe
[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe
Asterisk version 11.0.1
2009 Dec 23
1
AMI originate and PHP
Hi Guys,
I am trying to make a web form where a person is allowed to put in
$phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller
ID. There are a few problems that I am facing with Asterisk AMI Originate
command. The reason why I want to use the darn AMI Originate is because I am
sending calls to mobile phones and I want to have some accountability and to
know if a call was
2004 Dec 19
4
SMS - how to send one
I've read quite a bit in the older mailing list posts and the wiki but
I'm missing some simple point.
1) What is required to send an SMS to a mobile outside the office given:
Channel: ZAP/1
send it to $SMS_RECIPIENT (which includes the final "extra" digit)
via
$SMS_CENTER=the national message center server for sending messages
$MESSAGE= the message text
How is the .call file
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,
2011 Aug 01
1
Problems with AMI connections (Asterisk 1.8.3.2)
Hi guys, I hope you could help me.
I am trying to get connected through AMI but something is not working. Both
php code and manager.conf were working well in asterisk 1.4
1. Sometimes it gets connected and sometimes it doesn't:
== Connect attempt from '192.168.25.241' unable to authenticate
== Connect attempt from '192.168.25.241' unable to authenticate
== Manager
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 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,
2013 Feb 23
0
click2call with AMI?
Hi,
I have a PHP code with AMI to using in click2call system.
here is my code:
$user = "usernamr";
$secret = "secret";
$channel = 'SIP/' . $sip;
$context = "from-internal";
$waitTime = "20";
$timeout = 20000;
$priority = "1";
$maxRetry = "2";
$pos = strpos($number,
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