similar to: PHP to call script

Displaying 20 results from an estimated 200 matches similar to: "PHP to call script"

2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
I am able to get this script to dial, but I am unable to talk or hear anything. The script asks for the number to call and the the caller id to display (if user is not at their normal extension). Once submitted, the external extension receives a call, once answered the call is then placed to the dentition number. The script works as the call is place, but I cannot hear or say anything. Any one
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.
2007 Jul 08
1
Early Media Handling
Hi using php script and Asterisk manager I'm dialing numbers and once gets connected send to an exten in my dial plan that plays an automated message but some time without answering even it goes to my exten. How can I handle early media in Asterisk that is I want only when user answer the call it should goto my specified extension. my php script: $oSocket =
2007 Oct 13
0
Set up two PSTN calls and then join them
I wish to set up two PSTN calls and then connect them similar to Jajah (is this called 3pcc?). The PSTN interconnect is handled by a third party SIP provider. I can do this using the manager or call files. An example (using php) would be: fputs($oSocket, "Action: login\r\n"); fputs($oSocket, "Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n");
2011 Feb 13
1
Call Files, Variable passing
Hi, I am having trouble passing variables via the call files, here is my call file via the php: fputs($oSocket, "Action: login\r\n"); fputs($oSocket, "Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket,
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";
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
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,
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
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
2004 Jul 14
0
Originate to IAXComm problem once again
I am sending this again since I haven't get it back for twelve hours: When I originate call to IAXComm, more or less one of tree calls fails for no aparent reason. Originating calls to SIP clients works as expected. Anybody has similar problems? Is it asterisk or client problem? Asterisk log: Jul 15 00:00:04 DEBUG[1179663]: manager.c:1018 process_message: Manager received command
2009 Oct 02
0
Sending a DTMF remotely with PlayDTMF problem.
Hello, I need to be able to send a DTMF to an existing channel remotely. So I made a php script to do such with the Manager command PlayDTMF. I need it for example to start a transfer. isb177*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # #8 Attended Transfer
2009 Oct 03
0
Problem sending a DTMF remotely. Please need help...
Hello, I need to be able to send a DTMF to an existing channel remotely. So I made a php script to do such with the Manager command PlayDTMF. I need it for example to start a transfer. isb177*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # #8 Attended Transfer
2009 Oct 06
0
Problem sending a DTMF remotely. Please need help!!!
Hello, how are you? I need to be able to send a DTMF to an existing channel remotely. So I made a php script to do such with the Manager command PlayDTMF. I need it for example to start a transfer. isb177*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # #8 Attended
2009 Oct 05
1
Problem sending a DTMF remotely. Please need help!!
Hello, I need to be able to send a DTMF to an existing channel remotely. So I made a php script to do such with the Manager command PlayDTMF. I need it for example to start a transfer. isb177*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # #8 Attended Transfer
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua, If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]),
2009 Apr 22
1
CDR feature not working properly for "failed call attempt"
Hi Asterisk Developers/users, I am facing a problem while using the cdr feature of asterisk(version asterisk1.4.24.1). Whenever I make a call using a ?*.call? file and it gets failed , it don't produce the CDR for that channel as it falls into ?OutgoingSpoolFailed? channel As there is no such channel defined for ?OutgoingSpoolfailed?.. I am using this line in extension.conf for capturing the
2015 Feb 17
0
Callfile problem - Unable to find codec translation path from (nothing)
Justin Killen wrote: <snip> > > Whenever I try to copy this callfile into /var/spool/asterisk/outgoing/ > I get these 3 lines repeating over and over (I?m not 100% sure which > entry is first): > > [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: channel.c:5353 > set_format: Unable to find a codec translation path from (nothing) to (slin) > > [2015-02-16
2008 Aug 07
1
outgoing call file and agi detect busy
I am using asterisk 1.4.21 with outgoing call files. I am call a line that is busy as you can see below. How can my AGI ask what the status of the last call was so I can tell if there was NO ANSWER or it was BUSY? Thanks, Jerry -- Attempting call on SIP/401 for smvoice_callprogress at smvoice-dialout:1 (Retry 1) -- Got SIP response 486 "Busy" back from 192.168.1.161