ami icon indicating copy to clipboard operation
ami copied to clipboard

integration asterisk manager interface (AMI) in laravel

Results 13 ami issues
Sort by recently updated
recently updated
newest added

When the ami:listen command is running it stops if an ami action is run. I have found the line $this->stop that follows the response inside the Client method in AmiAction.php...

have you planned to update this package for Laravel 6 compatibility ?

Hello. How use EventListener for ami.config file? 'events' => [ 'AGIExec' => [ ], 'AgentConnect' => [ ], 'AgentComplete' => [ ], 'Agentlogin' => [ ], I tried 'Agentlogin' =>...

Hi, Fire method is not compatible anymore with Laravel 5.8. You need to replace it with dispatch(). Regards.

Thanks to author it is one of good solution I have seen. During usage we faced to issue with time out. We using from cli and it is working fine,...

Hi @enniel, I don't know if I'm doing something wrong or is just an issue. I'm running the next code: ``` $algo = Artisan::call('ami:action', [ 'action' => 'ConfbridgeList', '--arguments' =>...

Please provide full documentation so that user can understand about all actions and how to use it.

Awesome work! Congrats! Add examples like this in docs, it could save a lot of time! Make a call to "SIP/1001" and send it to context "your-context" php artisan ami:action...

I'm trying to install this pakage on a Laravel 5.6 and i'm encountering some warnings and errors : - A lot of "Ambiguous class resolution" warnings - the following error...

Add support for using this package without Laravel

todo