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

View File

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