mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Set cal
This commit is contained in:
@@ -120,6 +120,11 @@
|
|||||||
call_direction = session:getVariable("call_direction");
|
call_direction = session:getVariable("call_direction");
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--set the call_timeout to a higher value to prevent the early timeout of the ring group
|
||||||
|
if (session:ready()) then
|
||||||
|
session:setVariable("call_timeout","300");
|
||||||
|
end
|
||||||
|
|
||||||
--default to local if nil
|
--default to local if nil
|
||||||
if (call_direction == nil) then
|
if (call_direction == nil) then
|
||||||
call_direction = "local";
|
call_direction = "local";
|
||||||
|
|||||||
Reference in New Issue
Block a user