Phrases: Include full path for recordings (not sounds), when not using base64.
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
session:answer();
|
||||
slept = session:getVariable("slept");
|
||||
if (slept == nil or slept == "false") then
|
||||
freeswitch.consoleLog("notice", "[ivr_menu] sleeping....\n");
|
||||
freeswitch.consoleLog("notice", "[ivr_menu] sleeping (1s)\n");
|
||||
session:sleep(1000);
|
||||
if (slept == "false") then
|
||||
session:setVariable("slept", "true");
|
||||
|
||||
Reference in New Issue
Block a user