Add sleep for 1 second.

On a few systems this required to fix dtmf detection.
This commit is contained in:
FusionPBX 2020-08-18 20:44:24 -06:00 committed by GitHub
parent afeed88ddd
commit 6d553542c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
--get the session variables
if (session:ready()) then
session:answer();
session:sleep('1000');
end
--get the session variables