nvisibleinc / go-ari-proxy

Asterisk REST Interface proxy system written in Go
Apache License 2.0
31 stars 17 forks source link

Any idea on when/if setup channel might become bidirectional? #36

Closed bentito closed 6 years ago

bentito commented 6 years ago

We have a use case that works with direct http-ari: creating a channel with ari.channels.create(). StasisStart would not have been sent at the time of this create, so no channel is available to talk on. Need to be able to initiate setup from the proxy side.

leifmadsen commented 6 years ago

I should probably update the README to indicate that we're not actively maintaining go-ari-proxy currently. It seems to do the needful for some people, and that's great, but unless functionality is provided via pull request there is a low likelihood of anything being added.