mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 19:06:37 +00:00
Prevent an error on the reverse authentication for the xml handler when its sent and invalid domain from FreeSWITCH.
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
domain_uuid = rows["domain_uuid"];
|
||||
end);
|
||||
end
|
||||
--if the domain_uuid is null then set an empty string
|
||||
if (domain_uuid == nil) then
|
||||
domain_uuid = " ";
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
--get the extension information
|
||||
|
||||
Reference in New Issue
Block a user