]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Dec 2008 20:46:26 +0000 (20:46 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Dec 2008 20:46:26 +0000 (20:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10687 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index ebe8970727a7b6c5a7caad49007f0aaea1b252e6..b72f3f03431261b38537982179e083cde18e0685 100644 (file)
@@ -1704,11 +1704,11 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
                        }
 
                        if (session) {
-                               //switch_core_session_reset(session, SWITCH_FALSE);
+                               switch_core_session_reset(session, SWITCH_FALSE);
                        }
 
                        if (write_codec.implementation) {
-                               //switch_core_codec_destroy(&write_codec);
+                               switch_core_codec_destroy(&write_codec);
                        }
 
                        for (i = 0; i < and_argc; i++) {