Zachary Way

Results 4 comments of Zachary Way

I know how to fix it, by specifying the values of the StatusCode enum. I'll see if I can work on a patch in the next few days. We still...

Ok, I was wrong on where the issue with this was. Currently we are trapping the response codes and returning an exception on anything other than a 200 response. You...

Suggested logic change for you @reddevilfirst ```C# try { var response = ActionClient.Channels.Hangup(e.Channel.Id, "normal"); } catch (AriException ex) { var statusCode = ex.StatusCode; } ``` That will give you the...

I'm having the same issue, I had to rollback all the way to commit hash 925dd09c91e7338aef72e4ec99d67b8b57280215 to return my install to a functioning state. Found the offending commit, at least...