Twilio Studio > Function > Voicemail Issue
问题 We are currently using Twilio Studio to accept incoming calls. These calls are then handed off to a function, which is a modified version of https://github.com/philnash/useful-twilio-functions/tree/master/hunt, which attempts to reach the agent on their cellphone using whisper (which Studio doesn't support natively). This is the main function: exports.handler = function(context, event, callback) { const numbers = context.AGENT1_NUMBERS.split(',').map(number => number.trim()); const response =