Remove session:sleep from scripts/confirm.lua.
This commit is contained in:
@@ -31,9 +31,6 @@
|
|||||||
--answer the call
|
--answer the call
|
||||||
session:answer();
|
session:answer();
|
||||||
|
|
||||||
--add short delay before playing the audio
|
|
||||||
session:sleep(1000);
|
|
||||||
|
|
||||||
--get the variables
|
--get the variables
|
||||||
context = session:getVariable("context");
|
context = session:getVariable("context");
|
||||||
sounds_dir = session:getVariable("sounds_dir");
|
sounds_dir = session:getVariable("sounds_dir");
|
||||||
|
|||||||
Reference in New Issue
Block a user