Add ring_ready to extend the ring time.
This commit is contained in:
parent
84c0df78b8
commit
4190785fc0
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue