From: Anthony Minessale Date: Tue, 17 Mar 2009 17:54:34 +0000 (+0000) Subject: FSCORE-334 X-Git-Tag: v1.0.4~1488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a4b302ff4cfb32804b03bf2511638757a5d9fb;p=thirdparty%2Ffreeswitch.git FSCORE-334 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12649 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index d833b46ba1..69e21055d2 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -1569,7 +1569,7 @@ SWITCH_STANDARD_APP(att_xfer_function) switch_channel_clear_flag(peer_channel, CF_INNER_BRIDGE); switch_channel_clear_flag(channel, CF_INNER_BRIDGE); - if (!switch_channel_down(peer_channel)) { + if (switch_channel_down(peer_channel)) { switch_core_session_rwunlock(peer_session); goto end; }