1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-29 05:30:14 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14099 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-07-01 23:22:52 +00:00
parent 0becb377e3
commit 4d19484dfa

@ -2031,8 +2031,9 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_say(switch_core_session_t *session, c
save_path = switch_channel_get_variable(channel, "sound_prefix"); save_path = switch_channel_get_variable(channel, "sound_prefix");
switch_channel_set_variable_printf(channel, "sound_prefix", "%s%s%s", switch_channel_set_variable_printf(channel, "sound_prefix", "%s%ssounds%s%s",
save_path, SWITCH_GLOBAL_dirs.base_dir,
SWITCH_PATH_SEPARATOR,
SWITCH_PATH_SEPARATOR, SWITCH_PATH_SEPARATOR,
chan_lang); chan_lang);