twilio / twilio-csharp

Twilio C#/.NET Helper Library for .NET6+.
MIT License
673 stars 302 forks source link

Voicemail issue #715

Open shaangidwani opened 8 months ago

shaangidwani commented 8 months ago

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:

  1. 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.

  1. machineDetection: " DetectMessageEnd ", asyncAmd: "true"

    Result: It will play body text and voicemail together sometimes it will play half-body text and then voicemail text

  2. 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)