update core

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2361 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-08-22 18:29:00 +00:00
parent 326e36e72d
commit da727681fc
2 changed files with 0 additions and 2 deletions
@@ -55,7 +55,6 @@ static void audio_bridge_function(switch_core_session_t *session, char *data)
switch_channel_hangup(caller_channel, SWITCH_CAUSE_REQUESTED_CHAN_UNAVAIL);
return;
} else {
/* peer channel is read locked now the bridge func will unlock it for us */
switch_ivr_multi_threaded_bridge(session, peer_session, NULL, NULL, NULL);
}
}