Add sip_h_X- prefix to the accountcode in pin_number.lua.
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
auth = true;
|
auth = true;
|
||||||
--set the accountcode
|
--set the accountcode
|
||||||
if (accountcode ~= nil) then
|
if (accountcode ~= nil) then
|
||||||
session:setVariable("accountcode", accountcode);
|
session:setVariable("sip_h_X-accountcode", accountcode);
|
||||||
end
|
end
|
||||||
--set the authorized pin number that was used
|
--set the authorized pin number that was used
|
||||||
session:setVariable("pin_number", digits);
|
session:setVariable("pin_number", digits);
|
||||||
|
|||||||
Reference in New Issue
Block a user