mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Enterprise RG with Follow-Me (#4524)
We need to make sure that the delay for the leg takes into account the delay from the RG and from Follow-me. Also, let's use the timeout from the RG instead of the follow-me member
This commit is contained in:
@@ -560,7 +560,7 @@
|
||||
destinations[new_key]['ring_group_ringback'] = row.ring_group_ringback;
|
||||
destinations[new_key]['domain_name'] = field.domain_name;
|
||||
destinations[new_key]['destination_number'] = field.destination_number;
|
||||
destinations[new_key]['destination_delay'] = field.destination_delay;
|
||||
destinations[new_key]['destination_delay'] = field.destination_delay + row.destination_delay;
|
||||
destinations[new_key]['destination_timeout'] = field.destination_timeout;
|
||||
destinations[new_key]['destination_prompt'] = field.destination_prompt;
|
||||
destinations[new_key]['group_confirm_key'] = row.group_confirm_key;
|
||||
|
||||
Reference in New Issue
Block a user