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 4b17d5dac2
commit ef43f49b9e
1 changed files with 1 additions and 1 deletions

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);