]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix cepstral
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 6 Mar 2006 23:32:53 +0000 (23:32 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 6 Mar 2006 23:32:53 +0000 (23:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@767 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_perl/Makefile
src/switch_ivr.c

index aeaabaefba112f12df7adcfce902b7676b2824c4..198a1dd72a5fc4ff30fa836ce034febf5cf744b1 100644 (file)
@@ -32,8 +32,8 @@ switch_swig_wrap.o: switch_swig_wrap.c
        $(CC) -w $(CFLAGS) -fPIC -c $< -o $@
 
 
-fs_perl.$(DYNAMIC_LIB_EXTEN): $(MODNAME).$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o perlxsi.o
-       $(CC) $(SOLINK) -o fs_perl.$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o perlxsi.o $(LDFLAGS)
+fs_perl.$(DYNAMIC_LIB_EXTEN): $(MODNAME).$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o
+       $(CC) $(SOLINK) -o fs_perl.$(DYNAMIC_LIB_EXTEN) switch_swig_wrap.o switch_swig.o $(LDFLAGS)
 
 
 $(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c $(MODNAME).o $(OBJS)
index 2166cef0616a3c4817aa66b8b9b84cc67af95956..ea2b21b52dd464bc4feb3a7da4f5d57d3d5ed8ac 100644 (file)
@@ -662,8 +662,9 @@ SWITCH_DECLARE(switch_status) switch_ivr_speak_text(switch_core_session *session
        }
 
        switch_console_printf(SWITCH_CHANNEL_CONSOLE, "done speaking text\n");
+       flags = 0;      
+       switch_core_speech_close(&sh, &flags);
        switch_core_codec_destroy(&codec);
-       flags = 0;
 
        if (timer_name) {
                /* End the audio absorbing thread */