]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Jul 2009 23:22:52 +0000 (23:22 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Jul 2009 23:22:52 +0000 (23:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14099 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index 96d6256abe7c615b9c2b710ddc6770b4b823ad01..78b809769e19d88de1ae857ed01e0b1e52ad3902 100644 (file)
@@ -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);