From 5a8ab2dd8fd8e7d2085368655c743ddf3647df9e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Sep 2024 08:44:43 -0600 Subject: [PATCH] Add the domain_name variable Without the domain_name variable in some cases the confirm option doesn't work. --- app/switch/resources/scripts/app/follow_me/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/follow_me/index.lua b/app/switch/resources/scripts/app/follow_me/index.lua index 279e2b4e70..aa957add7d 100644 --- a/app/switch/resources/scripts/app/follow_me/index.lua +++ b/app/switch/resources/scripts/app/follow_me/index.lua @@ -488,7 +488,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 = "[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_name="..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