search for: testphp

Displaying 5 results from an estimated 5 matches for "testphp".

2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
...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 problem. /etc/asterisk/extensions_custom.conf *[testphp] exten => _X.,1,Answer() exten => _X.,n,Dial(SIP/testTrunk/${EXTEN}) exten => _X.,n,Hangup()* * * * * * ***************************************************************************************************** * /var/www/html/clickncall/index.php <html> <head> <title>ClicknC...
2005 Aug 19
2
Whoops! PHP does not have MySQL support
http://209.204.172.137:82/testphp.php So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9? Todd -- Ariste Software 200 D Street Ext Petaluma,...
2009 Dec 23
1
AMI originate and PHP
...cket, "Secret: $Secret_str\r\n\r\n"); fputs($oSocket, "Events: off\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket, "Channel: SIP/testTrunk/$phoneNumb\r\n"); fputs($oSocket, "Exten: $dialNumb\r\n"); fputs($oSocket, "Context: testphp\r\n"); fputs($oSocket, "Priority: 1\r\n\r\n"); fputs($oSocket, "Timeout: 10000\r\n"); fputs($oSocket, "CallerId: $spoofNumb\r\n"); fputs($oSocket, "Async: true\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); fclose($oSocket); /etc/asterisk...
2010 Jan 02
4
Help getting info from caller
...lease-enter) exten => 33,n,BackGround(customer-account) exten => 33,n, ---- I would like to set a variable here but don't know how ----- exten => 33,n,BackGround(enter-password) exten => 33,n, ---- I would like to set a variable here but don't know how ----- exten => 33,n,AGI(testphp.agi,${ACCOUNT},${PASSWORD}) ---- receive the balance here from agi ---- exten => 33,n,Verbose(".... This is agi status ...${AGISTATUS}...") exten => 33,n,hangup() I've never worked with agi but, I'm reading some documents I found online but, need more help trying to get th...
2007 Jan 07
1
Updating PHP
...ver, I need to recompile the php with Interbase. The only php I have found is 4.4 which I have downloaded and untarred as well as configuring it with Interbase, doing the make and make install. Where I am lost is on having Apache (httpd) use it rather than the 4.3.9 ( http://209.204.172.137:82/testphp.php ). When I do the make install, where does it go? Many thanks for any help you can offer.... Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523