PAGI
PAGI copied to clipboard
PHP AGI ( Asterisk Gateway Interface ) facade, with CDR ( Call Detail Record ), Call spool and schedule auto dial, Send and Receive Fax, Channel Variables, and Caller ID management
When trying to write a test using the MockedClientImpl, when I try to pass an instance of MockedClientImpl into my mocked class under test, I get an error: `ErrorException :...
Hello. I run script like this: `AGI(agi-scripts/createCall/run.php,HI,THERE,WITH,ARGUMENTS)` In exmaples I found this way to get arguments: ``` $variables = $pagiClient->getChannelVariables(); for ($i = 0; $i < $variables->getTotalArguments(); $i++) { $pagiClient->getAsteriskLogger()->notice('...
This enabled the node to use dial method.
In Asterisk 13.18.5 there is a Call Detail Record for each ringing phone. Is there a way to access each record via PAGI?
Hi there, sorry for a newbie question, but is it possible to read incoming audio of a call using this library?
Currently there is no way to create class that extends ClientImpl with own function that can interact with input and output directly. Also getInstance method will not work correctly on...
fix #40
Remove white spaces from agi arguments
Required by https://github.com/marcelog/PAMI/pull/143
There is a bug in master branch, the space at the beginning of the value is not removed. It looks like the bug happened at refactoring, check screenshot i switched...