Include the mkdir function for the IVR Menu.
This commit is contained in:
parent
986784e3fa
commit
b7512ecc88
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue