]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build
authorMichael Jerris <mike@jerris.com>
Wed, 3 Mar 2010 05:24:09 +0000 (05:24 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 3 Mar 2010 05:24:09 +0000 (05:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16874 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_soundtouch/mod_soundtouch.cpp

index 16be2f5491980c94f66bf7b32186d3f2cae46ed5..17e6b1f524b9f0788f8c3d1f11ab1c491df46bc2 100644 (file)
@@ -298,7 +298,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function)
 
        sth->session = session;
 
-       if ((status = switch_core_media_bug_add(session, soundtouch_callback, sth, 0,
+       if ((status = switch_core_media_bug_add(session, "soundtouch", NULL, soundtouch_callback, sth, 0,
                                                                                        sth->send_not_recv ? SMBF_WRITE_REPLACE : SMBF_READ_REPLACE, &bug)) != SWITCH_STATUS_SUCCESS) {
                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Failure!\n");
                return;