mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-02 14:09:20 +00:00
Update record_message.lua
This commit is contained in:
committed by
GitHub
parent
ccb0369805
commit
b16ab8f002
@@ -171,7 +171,7 @@
|
||||
return ''
|
||||
end
|
||||
|
||||
cache.set(key, access_token_result, 4200);
|
||||
cache.set(key, access_token_result, 120);
|
||||
if (debug["info"]) then
|
||||
freeswitch.consoleLog("notice", "[voicemail] Azure access_token saved into memcached: " .. access_token_result .. "\n");
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user