Add ring_ready to extend the ring time.
This commit is contained in:
@@ -73,6 +73,11 @@ local log = require "resources.functions.log".ring_group
|
|||||||
call_direction = "local";
|
call_direction = "local";
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--set ring ready
|
||||||
|
if (session:ready()) then
|
||||||
|
session:execute("ring_ready", "");
|
||||||
|
end
|
||||||
|
|
||||||
--define additional variables
|
--define additional variables
|
||||||
uuids = "";
|
uuids = "";
|
||||||
external = "false";
|
external = "false";
|
||||||
|
|||||||
Reference in New Issue
Block a user