git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10501 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-11-21 18:00:15 +00:00
parent b8b248d911
commit fc74613246
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static switch_status_t audio_bridge_on_exchange_media(switch_core_session_t *ses
}
}
if (switch_channel_get_state(channel) < CS_HANGUP) {
if (switch_channel_get_state(channel) == CS_EXCHANGE_MEDIA) {
switch_channel_set_state(channel, CS_RESET);
}