News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
vmTranscriptionStatus is "failed" in sandbox
Tags: voicemails
Jul 11, 2023 at 5:56pm   •   1 replies  •  0 likes
Bob Colladay

Working with voicemail messages in the sandbox account. I can see the two voicemails I left. I realized for the first one I didn't have transcription turned on for the account. But now on the second voicemail record the vmTranscriptionStatus shows "failed"

Is that normal behavior in the sandbox?



ListMessagesParameters parameters = new ListMessagesParameters();
            parameters.messageType = new String[] {"VoiceMail"};
            //var resp = await restClient.Restapi().Account().Extension().List();
            var response = await restClient.Restapi().Account().Extension().MessageStore().List(parameters);
            foreach ( GetMessageInfoResponse record in response.records)
            {
                if (record.attachments != null)
                {
                    foreach (var attachment in record.attachments)
                    {
                        var fileName = "./src/test/resources/" + record.attachments[0].id + "_voicemail.txt";
                        if (attachment.type == "AudioTranscription")
                        {
                            var res = restClient.Restapi().Account().Extension().MessageStore(record.id.ToString()).Content(attachment.id.ToString()).Get();
                            //Path path = Paths.get(fileName);
                            //Files.write(path, res);
                        }
                    }
                }
            }
}
1 Answer
answered on Jul 12, 2023 at 10:43am  

Voicemail transcription is not supported on sandbox environment.


 1



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us