mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update index.lua
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
if (domain_name == nil) then
|
||||
domain_name = params:getHeader("variable_domain_name");
|
||||
end
|
||||
if (domain_name == nil) then
|
||||
domain_name = params:getHeader("variable_sip_from_host");
|
||||
end
|
||||
if (domain_name == nil) then
|
||||
domain_name = params:getHeader("variable_sip_from_host");
|
||||
end
|
||||
purpose = params:getHeader("purpose");
|
||||
profile = params:getHeader("profile");
|
||||
key = params:getHeader("key");
|
||||
|
||||
Reference in New Issue
Block a user