I have recently upgraded the Twilio library from version 3 to 5 on a project I am working on, and after finishing the upgrade I noticed that the voice messaging system is expanding abbreviations (for example, "assoc" gets read out as "association"). It is also expanding the word "tech" to "technical", even though that is not what "tech" stands for in context.
Is there a way to make Twilio read messages out verbatim, specifically without expanding things it thinks are abbreviations? I have pored over the API docs and cannot find a setting to alter this.