Fix the hostname used in conference center

This commit is contained in:
Mark Crane
2014-10-03 06:19:03 +00:00
parent 0665e83aa4
commit 71c0a33143

View File

@@ -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