mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Ensure the gateway_uuid is lower case
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
end
|
||||
x = 0;
|
||||
dbh:query(sql, function(field)
|
||||
table.insert(xml, [[ <gateway name="]] .. field.gateway_uuid .. [[">]]);
|
||||
table.insert(xml, [[ <gateway name="]] .. string.lower(field.gateway_uuid) .. [[">]]);
|
||||
|
||||
if (string.len(field.username) > 0) then
|
||||
table.insert(xml, [[ <param name="username" value="]] .. field.username .. [["/>]]);
|
||||
|
||||
Reference in New Issue
Block a user