mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the ring group change origination_disposition: ALLOTTED_TIMEOUT.
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
ring_group_timeout_data = row.ring_group_timeout_data;
|
||||
end);
|
||||
end
|
||||
if (session:getVariable("originate_disposition") ~= "SUCCESS") then
|
||||
if (session:getVariable("originate_disposition") == "ALLOTTED_TIMEOUT") then
|
||||
session:execute(ring_group_timeout_app, ring_group_timeout_data);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user