mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change how sleep is performed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user