Update record_message.lua
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue