Update record_message.lua

This commit is contained in:
Luis Daniel Lucio Quiroz 2019-05-03 23:54:51 -04:00 committed by GitHub
parent bc91ede5f1
commit 3808ed7430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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