ari
ari copied to clipboard
Golang Asterisk REST Interface (ARI) library
Hi, I don't know if this is the right place for general usage questions. First time using this library. I've tried the example here with play() and it works OK:...
This change is [](https://reviewable.io/reviews/CyCoreSystems/ari/178)
When native.Connect fails to establish a WebSocket connection with Asterisk it logs the error repeatedly in an infinite loop. There should be a way for the native.Connect function to return...
This PR attempts to implement the /channels/{channelId}/progress endpoint described in [the documentation](https://docs.asterisk.org/Asterisk_22_Documentation/API_Documentation/Asterisk_REST_Interface/Channels_REST_API/#progress) - - - This change is [](https://reviewable.io/reviews/CyCoreSystems/ari/189)
The TextMessageData.Variables field is currently defined as []TextMessageVariable, but it also needs to support JSON input where variables are provided in a map/object format, for example: "variables": { "key": "value"...