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