Update record_message.lua
This commit is contained in:
committed by
GitHub
parent
ccb0369805
commit
b16ab8f002
@@ -171,7 +171,7 @@
|
|||||||
return ''
|
return ''
|
||||||
end
|
end
|
||||||
|
|
||||||
cache.set(key, access_token_result, 4200);
|
cache.set(key, access_token_result, 120);
|
||||||
if (debug["info"]) then
|
if (debug["info"]) then
|
||||||
freeswitch.consoleLog("notice", "[voicemail] Azure access_token saved into memcached: " .. access_token_result .. "\n");
|
freeswitch.consoleLog("notice", "[voicemail] Azure access_token saved into memcached: " .. access_token_result .. "\n");
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user