I'm developing a contact center with Laravel framework, I'm using Asterisk 13 to manage call system.
Each operator is assigned an extension to use a SIP software (Zoiper) in order to answer customer calls.
What I want is a convenient API to interact with asterisk server, for example when the operator receive a customer call, the caller id being inserted in a text field.
I've been experimenting with PHPARI But it lacks proper documentation.