mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
@@ -882,7 +882,6 @@
|
||||
if (tonumber(ring_group_call_timeout) == timeout) then
|
||||
break;
|
||||
end
|
||||
timeout = timeout + destination_timeout;
|
||||
|
||||
--send the call to the destination
|
||||
if (user_exists == "true") then
|
||||
@@ -897,6 +896,10 @@
|
||||
app_data = app_data .. dial_string;
|
||||
freeswitch.consoleLog("NOTICE", "[ring group] app_data: "..app_data.."\n");
|
||||
session:execute("bridge", app_data);
|
||||
|
||||
if (session:getVariable("originate_disposition") == "NO_ANSWER" ) then
|
||||
timeout = timeout + destination_timeout;
|
||||
end
|
||||
|
||||
--increment the value of x
|
||||
x = x + 1;
|
||||
|
||||
Reference in New Issue
Block a user