Couldn't find a specific answer for this. I'm a newbie to asterisk and AMI. I need to auto generate calls using asterisk and pass parameters to an AGI program. Using a call file seems to generate the call first which is not wanted. So, how do I use asterisk AMI API (PHP) to execute a dialplan with AGI in it, by passing all parameters to it? So, the AGI will take over and make the call.
|
feedback
|
|
I think in your case, using call files would actually be simpler. Here's why:
Below is a full example of a simple way to do it using call files. I've tried my best to explain it in the associated comments. Firstly, let's assume you have some dialplan code that uses variables, and calls an AGI script (which is what I assume you're doing based on your question). That means you'll have code in your
Below is a call file that will:
Hope that helps! | |||
feedback
|