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

Add prometheus metrics to the various parts of the ARI codebase.

enhancement

Looks like parallel audio playback is Phase 6 here https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Project+-+URI+Media+Playback . Any way to do this without `text/uri-list` support?

Hello, I am originating a call to a channel. I need to set some SIP headers and to achieve this I am using channel create not originate, followed by the...

Since this is a feature that exists, it should be documented. One example of how to deal with text messages using this wrapper (receiving/sending/both) would be great.

While looking at the source code for recordings, I noticed that key ids(which are the recording names) are being placed directly on endpoint URLs without being escaped. This can cause...

There should be a way for a playback Session to expose the underlying playback id to clients.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

If the size is non-zero, a buffered channel for MsgConnected messages will be created. The caller receives a reference to the buffered channel (non-nil indicates a buffered channel was created)....

Hello i make subscribtion of event's of specific channel , but i receive events of another channel as well channel := ca.ariClient.Channel().Get(ca.leg.Key()) sub := channel.Subscribe(ari.Events.All) go func() { for {...

1. Need an example to add calls to bridge that exists on separate asterisk nodes. We are using ari-proxy to connect multiple asterisk with single ari app. Calls are landing...