Remove session:sleep from scripts/confirm.lua.

This commit is contained in:
Mark Crane
2015-05-15 01:38:09 +00:00
parent b446035547
commit f2403e5efa

View File

@@ -31,9 +31,6 @@
--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");