ari-proxy icon indicating copy to clipboard operation
ari-proxy copied to clipboard

NATS or RabbitMQ message bus Asterisk REST Interface proxy system implemented in Go

Results 16 ari-proxy issues
Sort by recently updated
recently updated
newest added

Hello, and thanks for a really nice lib! I got a question regarding subscription of channel events. It seems like a normal channelhandle.Subscribe() adds a subscription to "ari.event.." against NATS....

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6. Release notes Sourced from github.com/nats-io/nkeys's releases. v0.4.5 What's Changed [CI] bump staticcheck GHAction by @​philpennock in nats-io/nkeys#49 [FIX] added windows binary by @​aricart in...

dependencies

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.3 to 2.9.23. Release notes Sourced from github.com/nats-io/nats-server/v2's releases. Release v2.9.23 Changelog Go Version 1.20.10 Fixed Accounts Prevent bypassing authorization block when enabling system account access in...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.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

I believe client/channel.go has a typo on line 294 that may be causing the subject issue. There doesn't appear to be a way to pass an OriginateRequest to StageExternalMedia, so...