Fix the hostname used in conference center
This commit is contained in:
parent
1cbfc1cd13
commit
9fe0d78b05
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue