We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So, our question is simple and very clear if Twilio sends the voicemail then why its unable to send updated text?
We have tried different settings for the voice resource:
machineDetection: "enable", asyncAmd: "true"
Result: It will play body text and voice mail and, once the user, picks up the call it will detect the machine starting halfway through the call.
machineDetection: " DetectMessageEnd ", asyncAmd: "true"
Result: It will play body text and voicemail together sometimes it will play half-body text and then voicemail text
machineDetection: " DetectMessageEnd ", asyncAmd: "false"
Result: It will not redirect to amdstatuscallback event and play body text only.
We have tried all four parameters with different values, but the issue is the same with the above parameters.
Do you have any C# example that works perfectly now we doubt C# SDK it might have an issue. (We have use latest version of Twilio C# SDK)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, our question is simple and very clear if Twilio sends the voicemail then why its unable to send updated text?
We have tried different settings for the voice resource:
machineDetection: "enable",
asyncAmd: "true"
Result: It will play body text and voice mail and, once the user, picks up the call it will detect the machine starting halfway through the call.
machineDetection: " DetectMessageEnd ",
asyncAmd: "true"
machineDetection: " DetectMessageEnd ",
asyncAmd: "false"
We have tried all four parameters with different values, but the issue is the same with the above parameters.
Do you have any C# example that works perfectly now we doubt C# SDK it might have an issue. (We have use latest version of Twilio C# SDK)
The text was updated successfully, but these errors were encountered: