Update sofia.conf.lua

This commit is contained in:
FusionPBX 2017-05-12 13:21:19 -06:00 committed by GitHub
parent 2fda163776
commit 36e104a59a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
end
table.insert(xml, [[ <variables>]]);
if (string.len(field.sip_cid_type) > 0) then
table.insert(xml, [[ <param name="sip_cid_type" value="]] .. field.sip_cid_type .. [["/>]]);
table.insert(xml, [[ <variable name="sip_cid_type" value="]] .. field.sip_cid_type .. [["/>]]);
end
table.insert(xml, [[ </variables>]]);
table.insert(xml, [[ </gateway>]]);