mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Update follow_me.lua
This commit is contained in:
@@ -143,9 +143,9 @@
|
||||
sql = sql .. "dial_string = null, ";
|
||||
sql = sql .. "do_not_disturb = 'false', ";
|
||||
if (follow_me_enabled == "true") then
|
||||
sql = sql .. "follow_me_enabled = 'false' ";
|
||||
sql = sql .. "follow_me_enabled = 'false', ";
|
||||
else
|
||||
sql = sql .. "follow_me_enabled = 'true' ";
|
||||
sql = sql .. "follow_me_enabled = 'true', ";
|
||||
end
|
||||
sql = sql .. "forward_all_enabled = 'false' ";
|
||||
sql = sql .. "where domain_uuid = :domain_uuid ";
|
||||
|
||||
Reference in New Issue
Block a user