You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
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 Originate --arguments=Channel:SIP/1001 --arguments=Context:your-context --arguments=Exten:s --arguments=Priority:1 --arguments=CallerID:01010101 --arguments=Async:true
Tested on Asterisk 13.1 - Ubuntu 16.04 and works great!
Tks a lot!