-
Notifications
You must be signed in to change notification settings - Fork 18
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
Africa's Talking calls are missing Workflow & Network Logs #929
Comments
@matiasgarciaisaia I don't see the Searching into the Broker, only the Asterisk PBX associates a |
Yes, that's true. Twilio calls only show Workflow Logs. I guess it may make sense to log both ways? Have the Workflow Logs as a "logic" view of the call (in terms of playing a message, asking for input, recording a message), and then have the Network Logs show the request/responses we have for each call? Both for Africa's Talking and Twilio. |
The session as recorded by the simulator. It uses proper XML as per Africa's Talking. The Workflow Logs feels like TwiML but I guess that's caused by the Verboice flow (which might be TwiML)? {
"calls": {
"fd9f95de": {
"id": "fd9f95de",
"username": "sandbox",
"to": "3308",
"from": "+33100000000",
"no_reply": false,
"status": "completed",
"messages": [
{
"sid": "fd9f95de",
"status": "in-progress",
"sent_at": "2023-05-16T22:24:59Z"
},
{
"message": "<?xml version=\"1.0\"?><Response><GetDigits timeout=\"5\" numDigits=\"1\"><Say language=\"en\">#oneof:1,0</Say></GetDigits><Redirect>http://broker.verboice.lvh.me:8080/africas_talking</Redirect></Response>",
"received_at": "2023-05-16T22:24:59Z"
},
{
"sid": "fd9f95de",
"status": "in-progress",
"digits": "0",
"sent_at": "2023-05-16T22:25:01Z"
},
{
"message": "<?xml version=\"1.0\"?><Response><Say language=\"en\">Thank you</Say><Say language=\"en\">.</Say></Response>",
"received_at": "2023-05-16T22:25:01Z"
}
]
}
}
} |
Africa's Talking calls are not showing Workflow Logs nor Network Logs.
We should show the Workflow Logs the same way with do with other providers, and also show Network Logs with every request/response that we send to and receive from Africa's Talking for each specific phone call.
The text was updated successfully, but these errors were encountered: