one more fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@722 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-03-01 23:33:48 +00:00
parent 64ff5192c9
commit 3193599399
1 changed files with 2 additions and 0 deletions

View File

@ -803,6 +803,8 @@ static switch_status audio_bridge_on_hangup(switch_core_session *session)
switch_core_session_kill_channel(other_session, SWITCH_SIG_KILL);
switch_channel_hangup(other_channel);
}
switch_channel_clear_flag(channel, CF_ORIGINATOR);
return SWITCH_STATUS_SUCCESS;
}