Is there any way to control "how silent" a caller must be for 3 seconds before a recording is considered completed? In testing, the only way I've been able to get the 3 second silence recording to kick on is if I use the mute button on my phone. Any help would be greatly appreciated, thank you!!
--
You received this message because you are subscribed to the Google Groups "Newfies-Dialer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to newfies-dialer+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Rick,You can find some settings for recording here: https://github.com/newfies-dialer/newfies-dialer/blob/develop/lua/libs/fsm_callflow.lua#L712You will need to hack that file manually, by default it sets like this:silence_threshold = 30silence_secs = 5FreeSWITCH record documentation -> https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+record
On Fri, Jun 9, 2017 at 4:37 PM, Rick Guyton <hazar...@gmail.com> wrote:
Is there any way to control "how silent" a caller must be for 3 seconds before a recording is considered completed? In testing, the only way I've been able to get the 3 second silence recording to kick on is if I use the mute button on my phone. Any help would be greatly appreciated, thank you!!
--
You received this message because you are subscribed to the Google Groups "Newfies-Dialer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to newfies-diale...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.