#[Phone] - Voicemail Timeout Configuration

6 messages · Page 1 of 1 (latest)

marsh galleon
#

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.

craggy vortex
marsh galleon
#

Waiting on tebex in order to release it. Hopefully will be up tomorrow but might be monday.

Source code will be visible

craggy vortex
marsh galleon
#

I figured out a work around by ending the call and starting a new one on the LB side. I will send you the link with previews when it's posted.

#

Feel free to DM me if you have anymore questions I don't want to clog the thread