From 6d553542c5887f06b20234cc5c4528008718bd7c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 18 Aug 2020 20:44:24 -0600 Subject: [PATCH] Add sleep for 1 second. On a few systems this required to fix dtmf detection. --- app/scripts/resources/scripts/app/agent_status/index.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/resources/scripts/app/agent_status/index.lua b/app/scripts/resources/scripts/app/agent_status/index.lua index b45e47b257..9a81de9cb9 100644 --- a/app/scripts/resources/scripts/app/agent_status/index.lua +++ b/app/scripts/resources/scripts/app/agent_status/index.lua @@ -29,6 +29,7 @@ --get the session variables if (session:ready()) then session:answer(); + session:sleep('1000'); end --get the session variables