Add sip_h_X- prefix to the accountcode in pin_number.lua.
This commit is contained in:
parent
4b17d5dac2
commit
ef43f49b9e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue