mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the hostname used in conference center
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
freeswitch.consoleLog("notice", "[conference center] SQL: " .. sql .. "\n");
|
||||
end
|
||||
status = dbh_switch:query(sql, function(rows)
|
||||
conference_hostname = string.lower(rows["hostname"]);
|
||||
conference_hostname = rows["hostname"];
|
||||
end);
|
||||
|
||||
--if conference hosntame exist, then we bridge there
|
||||
|
||||
Reference in New Issue
Block a user