Skip to content
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

Closed
manumoreira opened this issue Oct 13, 2021 · 1 comment
Closed

update Africa's Talking channel #894

manumoreira opened this issue Oct 13, 2021 · 1 comment
Assignees

Comments

@manumoreira
Copy link

manumoreira commented Oct 13, 2021

Testing a channel recently we realized that verboice code is not handling the case
calSessionState = "Answered"

We are receiving this first request:

{
  "callSessionState": "Answered",
  "sessionId": "ATVId_11163e2ea9a58f3a7999fecda8eeb43a",
  "callerCountryCode": "256",
  "callerCarrierName": "Airtel",
  "isActive": "1",
  "callStartTime": "2021-10-13+19:10:16",
  "direction": "Outbound",
  "destinationNumber": "+2563XXXX0647",
  "callerNumber": "+2567XXXX9081"
}

And we are answering OKinstead of sending the first step of the flow

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
@matiasgarciaisaia
Copy link
Member

Fixed in #895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants