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

**Question:** What are the expected conditions to trigger `BridgeAttendedTransfer` event in stasis?

Asterisk 18.0.0 go version go1.15.6 it's a play file but don't make h.Hangup() ?? `func app(ctx context.Context, h *ari.ChannelHandle) { defer h.Hangup() ctx, cancel := context.WithCancel(ctx) defer cancel() log.Info("Running app",...

Hi, I would like to contribute to project. ChannelUserEvent -> better to post process custom message if client is interested. Websocket chan - connection state needs to be monitored, I...

This PR adds support for ARI redirect method that tells Asterisk to redirect the channel to a different location. https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Channels+REST+API#Asterisk13ChannelsRESTAPI-redirect --- This change is [](https://reviewable.io/reviews/cycoresystems/ari/125)

This change is [](https://reviewable.io/reviews/cycoresystems/ari/123)

On answering the channel when a call enters the Stasis App I create a new channel for "SIP/8312453028" with app "test" and then place the dial function to initiate the...

Hello, I have downloade source code from master baranch and put it in below /root/go/src/github.com/CyCoreSystems/ After that change folder to ari-master to ari and path is look like below. /root/go/src/github.com/CyCoreSystems/ari/...

Changed stdbus to support callback against ari-proxy (or anything..), in response to your feedback yesterday. --- This change is [](https://reviewable.io/reviews/cycoresystems/ari/120)

Would that be possible to add another interface next to [`ari.Asterisk`](https://github.com/CyCoreSystems/ari/blob/5f4b1e423a9f16430faa6ed765b7c3042826857a/asterisk.go#L5) which supports context? Also, maybe provide another ARI client with built-in context support, similar to what the package already...

404 Not Found is returned when attempting to Stop a live recording that has been created via channel.Record(...) . Stopping a live recording via channel.Record can be done via OnTerminate...

bug