Add sip_h_X- prefix to the accountcode in pin_number.lua.

This commit is contained in:
markjcrane
2016-06-22 15:05:33 -06:00
parent 6847889d76
commit 9e175c3d3b

View File

@@ -98,7 +98,7 @@
auth = true;
--set the accountcode
if (accountcode ~= nil) then
session:setVariable("accountcode", accountcode);
session:setVariable("sip_h_X-accountcode", accountcode);
end
--set the authorized pin number that was used
session:setVariable("pin_number", digits);