Tagged Questions

1
vote
2answers
273 views

PHP AMI Connection - saving incoming and outgoing calls to a database is not working

Using the AMI (API connection with an Asteriskserver so I can use a PHP Socket connection) I'm trying to catch the recieving data using PHP in a way that I can record outgoing and incomming calls for ...
0
votes
0answers
47 views

How do I install Zend Optimizer on an Amazon EC2 Linux AMI instance?

I have been trying for days. I am stumped. Can someone help me? I got html and php installed. But how do I get Zend Optimizer to work?
0
votes
3answers
1k views

What tools can I use to deploy PHP code to an EC2 instance

We can bundle all files into an Amazon Machine Instance and upload it. But I'd like to see if there is a more efficient way to regularly upload source code on to test our app and constantly have the ...