I was making a script to integrate Sonoran radio 911 call to the phone and ran into an issue where it would send the call to voicemail after just 11.3 seconds. I had to make a work around to end the current call and start a new one causing an end call tone and a brief flash. For this particular usage I want to give my dispatchers more time just just 11 seconds to answer a 911 call.
I would love a call option or something similar to change the voicemail timeout. Perhaps ability to change the default timeout???
Example use case:
local options = { number = "911", voicemailTimeout = 60 }
exports["lb-phone"]:CreateCall(options)
Phone rings for 60 seconds before getting forwarded to the automatic voicemail message.