mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Add sip_h_X- prefix to the accountcode in pin_number.lua.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user