Add ring_ready to extend the ring time.

This commit is contained in:
FusionPBX 2017-02-14 15:01:59 -07:00 committed by GitHub
parent 9ef4850004
commit 4315d8c31d
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@ local log = require "resources.functions.log".ring_group
call_direction = "local";
end
--set ring ready
if (session:ready()) then
session:execute("ring_ready", "");
end
--define additional variables
uuids = "";
external = "false";