Update index.lua

This commit is contained in:
FusionPBX 2019-10-02 12:06:39 -06:00 committed by GitHub
parent 91b4c22abc
commit 107ca90a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -833,6 +833,7 @@
--session execute
if (session:ready()) then
--set the variables
session:execute("set", "ignore_early_media=true");
session:execute("set", "hangup_after_bridge=true");
session:execute("set", "continue_on_fail=true");