From 4027e43d82e1291d8c5601d3cf3960e97ad12911 Mon Sep 17 00:00:00 2001 From: mythilytm Date: Wed, 15 Jan 2025 10:15:51 -0500 Subject: [PATCH] Set enable_active_contact_header to flase --- .../helplines/as/configs/service-configuration/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio-iac/helplines/as/configs/service-configuration/common.json b/twilio-iac/helplines/as/configs/service-configuration/common.json index ce23fc1a5..374e48d08 100644 --- a/twilio-iac/helplines/as/configs/service-configuration/common.json +++ b/twilio-iac/helplines/as/configs/service-configuration/common.json @@ -2,7 +2,7 @@ "attributes": { "definitionVersion": "demo-v1", "feature_flags": { - "enable_active_contact_header": true, + "enable_active_contact_header": false, "enable_fullstory_monitoring": true, "enable_client_profiles": true, "enable_conferencing": true,