Change how sleep is performed.

This commit is contained in:
FusionPBX 2020-08-19 14:05:28 -06:00 committed by GitHub
parent 6d553542c5
commit 11b4f96bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
--answer the session
if (session ~= nil and session:ready()) then
session:answer();
session:execute("sleep", "1000");
session:sleep('1000');
end
--unset bind meta app