ari icon indicating copy to clipboard operation
ari copied to clipboard

Golang Asterisk REST Interface (ARI) library

Results 39 ari issues
Sort by recently updated
recently updated
newest added

Presently, the `native.Connect` doesn't have a mechanism for timeouts. This gives rise to situations where the connection hangs for ever. Can be re-created easily with wrong `address` or `port` during...

Is AudioSocket is supported for play function in recent version of ari?

Hi, What is the maximum number of concurrent connections (calls) that ARI can handle? Has this been tested?

Refer #118 Previous `ExternalMedia` implementation uses whole `ExternalMediaOptions` as a request body. But asterisk only uses `Variables` field as the request body. So Asterisk 18(LTS) responds as `400 Bad Request`...

Related issue: https://github.com/CyCoreSystems/ari/issues/129 Original solution by @rashikzaman --- This change is [](https://reviewable.io/reviews/cycoresystems/ari/135)

support downloading recording over ari --- This change is [](https://reviewable.io/reviews/cycoresystems/ari/131)

Hello, we are integrating ari-proxy in one of our projects to provide HA to our ARI applications. We have noticed that the ari client implementation is not sending parameters in...

We are currently using this library, along with the ari-proxy, on asterisk 16.9.0 without any issues. We are now considering an upgrade to asterisk 17 or 18. It is not...

**Problem**: When asterisk fires a **dial** event, all active channels that have subscribed to this event receive this event, regardless of whether this event is intended for them. **Reason**: When...

I want to build the following protobuf: ```proto syntax = "proto3"; package vicigo.dialer.commands; option go_package = "commands"; import "google/protobuf/timestamp.proto"; import "github.com/CyCoreSystems/ari/ari.proto"; // here, I'd like to have all request structs...