Prevent an error on the reverse authentication for the xml handler when its sent and invalid domain from FreeSWITCH.

This commit is contained in:
Mark Crane
2014-06-27 19:41:31 +00:00
parent 9d1bbe71dd
commit 9882c0af4e

View File

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