From bc9f33cde16227fad9b98ccab6552d0dced1eb39 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 17 May 2022 12:46:32 -0600 Subject: [PATCH] Remove ignore_early_media because its added below. --- app/scripts/resources/scripts/app/follow_me/index.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/scripts/resources/scripts/app/follow_me/index.lua b/app/scripts/resources/scripts/app/follow_me/index.lua index 5713d65a4d..9564ec66ae 100644 --- a/app/scripts/resources/scripts/app/follow_me/index.lua +++ b/app/scripts/resources/scripts/app/follow_me/index.lua @@ -380,7 +380,6 @@ end end - --set the caller id caller_id = ''; if (caller_id_name ~= nil) then @@ -393,7 +392,7 @@ --set the destination dial string -- have to double destination_delay here due a FS bug requiring a 50% delay value for internal extensions, but not external calls. destination_delay = destination_delay * 2; - dial_string = "[ignore_early_media=true,toll_allow=".. toll_allow ..",accountcode="..accountcode..",".. caller_id ..",sip_invite_domain="..domain_name..",domain_uuid="..domain_uuid..",call_direction="..call_direction..","..group_confirm..","..timeout_name.."="..destination_timeout..","..delay_name.."="..destination_delay.."]"..route_bridge + dial_string = "[toll_allow=".. toll_allow ..",accountcode="..accountcode..",".. caller_id ..",sip_invite_domain="..domain_name..",domain_uuid="..domain_uuid..",call_direction="..call_direction..","..group_confirm..","..timeout_name.."="..destination_timeout..","..delay_name.."="..destination_delay.."]"..route_bridge end --add a delimiter between destinations