提交 4d19484d authored 作者: Anthony Minessale's avatar Anthony Minessale

revert

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14099 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0becb377
......@@ -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");
switch_channel_set_variable_printf(channel, "sound_prefix", "%s%s%s",
save_path,
switch_channel_set_variable_printf(channel, "sound_prefix", "%s%ssounds%s%s",
SWITCH_GLOBAL_dirs.base_dir,
SWITCH_PATH_SEPARATOR,
SWITCH_PATH_SEPARATOR,
chan_lang);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论