-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Africa's Talking channel #894
Comments
matiasgarciaisaia
added a commit
that referenced
this issue
Oct 21, 2021
AfT now sends a `callSessionState` parameter on every request. This used to only appear when calls were already completed, so we were aborting the calls. We now look for the `completed` state only. See #894
matiasgarciaisaia
added a commit
that referenced
this issue
Oct 29, 2021
AfT now sends a `callSessionState` parameter on every request. This used to only appear when calls were already completed, so we were aborting the calls. We now look for the `completed` state only. See #894
matiasgarciaisaia
added a commit
that referenced
this issue
Nov 10, 2021
AfT now sends a `callSessionState` parameter on every request. This used to only appear when calls were already completed, so we were aborting the calls. We now look for the `completed` state only. See #894
Fixed in #895 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing a channel recently we realized that verboice code is not handling the case
calSessionState = "Answered"
We are receiving this first request:
And we are answering
OK
instead of sending the first step of the flowThe text was updated successfully, but these errors were encountered: