Change the directory.lua xml parameter from sip_force_contact to sip-force-contact.

This commit is contained in:
markjcrane
2015-09-11 14:04:38 -06:00
parent 83e5fe35c0
commit c21657cc7f

View File

@@ -437,7 +437,7 @@
table.insert(xml, [[ <variable name="limit_destination" value="]] .. limit_destination .. [["/>]]);
end
if (string.len(sip_force_contact) > 0) then
table.insert(xml, [[ <variable name="sip_force_contact" value="]] .. sip_force_contact .. [["/>]]);
table.insert(xml, [[ <variable name="sip-force-contact" value="]] .. sip_force_contact .. [["/>]]);
end
if (string.len(sip_force_expires) > 0) then
table.insert(xml, [[ <variable name="sip-force-expires" value="]] .. sip_force_expires .. [["/>]]);