diff --git a/resources/install/scripts/confirm.lua b/resources/install/scripts/confirm.lua index 077ee7814e..16b5d92592 100644 --- a/resources/install/scripts/confirm.lua +++ b/resources/install/scripts/confirm.lua @@ -31,6 +31,9 @@ --answer the call session:answer(); + --add short delay before playing the audio + session:sleep(1000); + --get the variables context = session:getVariable("context"); sounds_dir = session:getVariable("sounds_dir");