phpari
phpari copied to clipboard
A Class Library enabling Asterisk ARI functionality for PHP
Hello. I started using asterisk and phpari and enjoying too much. i have an issue that i am browsing from past one week if someone can please help. 1: I...
Socket error when i stoping aplication with $this->stasisLoop->stop(); [2019-04-05 04:52:19] WARNING[7409]: res_http_websocket.c:505 ws_safe_read: Web socket closed [2019-04-05 04:52:19] WARNING[7409]: ari/ari_websockets.c:128 ast_ari_websocket_session_read:
I am needing to pass options (like TtXx, etc) to originate when dialing a channel. Can't quite figure out how to do that.
Hi @greenfieldtech-nirs I am using the basic StasisAppDial.php example, but It doesn't work when I send "CALLERID(name)" => "test" Could there be a bug in the library? ``` $response =...
Having an error with php 7.1 - I've tried updating the guzzle but no luck. PHP Fatal error: Cannot use lexical variable $eventName as a parameter name in /home/asd/vendor/guzzlehttp/guzzle/src/Event/Emitter.php on...
Hi @greenfieldtech-nirs, the changes merged in PR https://github.com/greenfieldtech-nirs/phpari/pull/49 seems to break functionality. Some examples of errors introduced with the changes are below: PHP Notice: Undefined property: asterisk::$pestObject in /var/ari/vendor/greenfieldtech-nirs/phpari/src/interfaces/asterisk.php on...