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

Voicemail issue #715

Open
shaangidwani opened this issue Feb 5, 2024 · 0 comments
Open

Voicemail issue #715

shaangidwani opened this issue Feb 5, 2024 · 0 comments

Comments

@shaangidwani
Copy link

  • Greeting messages and VoiceMail messages are configurable on the client side so it depends on the account-wise configuration.
  • Our use case is very simple if a user is rejecting the call or does not pick up the call system should update the text before sending the VoiceMail

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)

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

1 participant