Issue 767 Fix: Invalid Sound file path was hard coded in lua, modified as suggested to use file path defined in IVR.
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
else
|
else
|
||||||
ivr_menu_greet_short = ivr_menu_greet_long;
|
ivr_menu_greet_short = ivr_menu_greet_long;
|
||||||
end
|
end
|
||||||
ivr_menu_invalid_entry = sounds_dir.."/"..default_language.."/"..default_dialect.."/"..default_voice.."/ivr/ivr-that_was_an_invalid_entry.wav";
|
ivr_menu_invalid_entry = sounds_dir.."/"..default_language.."/"..default_dialect.."/"..default_voice.."/"..ivr_menu_invalid_sound;
|
||||||
|
|
||||||
--prepare the api object
|
--prepare the api object
|
||||||
api = freeswitch.API();
|
api = freeswitch.API();
|
||||||
|
|||||||
Reference in New Issue
Block a user