Include the mkdir function for the IVR Menu.
This commit is contained in:
@@ -194,6 +194,7 @@
|
|||||||
--add functions
|
--add functions
|
||||||
require "resources.functions.base64";
|
require "resources.functions.base64";
|
||||||
--make sure the recordings directory exists
|
--make sure the recordings directory exists
|
||||||
|
require "resources.functions.mkdir";
|
||||||
mkdir(recordings_dir.."/"..domain_name);
|
mkdir(recordings_dir.."/"..domain_name);
|
||||||
--add the path to filename
|
--add the path to filename
|
||||||
ivr_menu_greet_long = recordings_dir.."/"..domain_name.."/"..greet_long_file_name;
|
ivr_menu_greet_long = recordings_dir.."/"..domain_name.."/"..greet_long_file_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user