fusionpbx/resources/install/scripts
emaktech f44ed4370c Fix Ring Group Delay Timing (#4003)
This is going to sound really stupid but I have tested this extensively, submitted a Jira on it months ago (was told FS 1.6.20 was no longer supported) and it's still an issue. Please do not take my word for this and create a ring group to test the delay settings with a stopwatch and you should see the real vs set delay discrepancy.

In FreeSWITCH (both on 1.6.20 and 1.8.5) when sending leg_delay_start values, for whatever reason the actual time is double the value sent. The result of this is that if you send 1000ms as leg_delay_start the actual time the call will be delayed is 2000ms.

Because of this bad behavior, ring group delay settings end up being exactly double what is set. e.g. if you set 10s, you will have to wait 20s for the call to be initiated on leg b.

The easiest way to fix this behavior is to simply multiply leg_delay_start by half as much to get the right "real" delay time. Ugly, I know... I'm not sure if leg_delay_start value is passed elsewhere, I'm thinking this behavior may also be present in find me/follow me. If this gets accepted I will look for other locations where this behavior occurs and submit separate PRs if I find any other instances of this.
2019-06-21 22:04:14 -06:00
..
app Fix Ring Group Delay Timing (#4003) 2019-06-21 22:04:14 -06:00
resources Update send_mail.lua 2019-04-18 09:44:09 -06:00
app.lua Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
blf_subscribe.lua BLF of agent status "agent+username@domain.com (#3860) 2018-11-19 16:39:54 -06:00
call_flow.lua Change. library loads only needed files. (#2987) 2018-02-11 08:56:01 -07:00
call_flow_monitor.lua Add. call_flow_monitor.lua uses Database class. (#2172) 2016-11-24 09:57:18 -07:00
call_flow_subscribe.lua Add. BLF indication for call forward. (#2664) 2017-06-20 09:23:23 -06:00
call_forward.lua Update call_forward.lua (#3976) 2019-01-24 22:55:52 -07:00
cidlookup.lua Update cidlookup.lua 2019-05-18 12:21:33 +01:00
confirm.lua Update confirm.lua 2018-08-06 12:18:22 -06:00
destination_caller_id.lua Fix. Pass `params` to query call in destination_caller_id.lua (#2159) 2016-11-23 02:00:17 -07:00
dial_string.lua Update dial_string.lua 2019-02-05 18:22:29 -07:00
directory.lua Update directory.lua 2017-06-17 11:38:24 -06:00
disa.callback.loopback.lua Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
disa.callback.lua Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
disa.lua Update disa.lua 2018-05-30 19:54:11 -06:00
disa.plus.lua Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
do_not_disturb.lua Add Device Feature Sync (#2905) 2017-11-09 12:09:56 -07:00
eavesdrop.lua Add. Use params in eavesdrop.lua (#2124) 2016-11-21 13:48:38 -07:00
email.lua Wrong variable in freeswitch.email 2016-02-24 19:59:54 -05:00
extension_queue.lua Remove unused database connection. (#2235) 2016-12-06 09:52:51 -07:00
fax_retry.lua Update fax_retry.lua 2019-06-14 23:56:56 -06:00
fifo_member.lua After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
follow_me.lua Update follow_me.lua 2019-04-24 09:06:16 -06:00
ha_monitor.lua Change. Use new service class to implement ha_monitor.lua (#2710) 2017-07-24 23:38:43 -06:00
intercept.lua Update intercept.lua 2017-05-19 01:21:19 -06:00
intercept_group.lua Add. optional intercept only inbound/outbound calls. 2016-04-18 16:06:27 +03:00
ivr_menu.lua Add. Use params in ivr_menu.lua (#2116) 2016-11-21 13:52:06 -07:00
mkdir.lua Fix. `event_socket_mkdir` for Windows system. (#1724) 2016-06-30 08:11:52 -06:00
monitor.lua Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
page.lua Update code to iterate over numbers. (#1727) 2017-04-18 12:11:39 -06:00
park.lua Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
park_monitor.lua Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
pin_number.lua Added support for authentication via voicemail box passwords (#3076) 2018-05-30 19:52:52 -06:00
recordings.lua Update recordings.lua 2019-03-19 17:31:53 -06:00
roku.lua svn diff 2014-07-31 08:40:15 +00:00
service Change. Use `service::control` event to control services (#1790) 2016-08-02 14:00:49 -06:00
streamfile.lua Allow Phrases to be used in IVRs (#4263) 2019-06-05 21:12:13 -06:00
transfer2.lua Fix. Add missing file for #1629 (#2077) 2016-11-24 00:41:43 -07:00
wakeup.lua Update wakeup.lua 2017-12-06 18:01:06 -07:00