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 84c0df78b8
commit 4190785fc0

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";