mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 21:24:58 +00:00
Update record_message.lua
This commit is contained in:
committed by
GitHub
parent
bc91ede5f1
commit
3808ed7430
@@ -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