update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10501 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b8b248d911
commit
fc74613246
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue