mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
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";
|
||||
end
|
||||
|
||||
--set ring ready
|
||||
if (session:ready()) then
|
||||
session:execute("ring_ready", "");
|
||||
end
|
||||
|
||||
--define additional variables
|
||||
uuids = "";
|
||||
external = "false";
|
||||
|
||||
Reference in New Issue
Block a user