Include the mkdir function for the IVR Menu.

This commit is contained in:
markjcrane 2016-02-03 10:43:22 -07:00
parent 986784e3fa
commit b7512ecc88
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@
--add functions
require "resources.functions.base64";
--make sure the recordings directory exists
require "resources.functions.mkdir";
mkdir(recordings_dir.."/"..domain_name);
--add the path to filename
ivr_menu_greet_long = recordings_dir.."/"..domain_name.."/"..greet_long_file_name;