mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
one more fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@722 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
64ff5192c9
commit
3193599399
@ -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_core_session_kill_channel(other_session, SWITCH_SIG_KILL);
|
||||||
switch_channel_hangup(other_channel);
|
switch_channel_hangup(other_channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
switch_channel_clear_flag(channel, CF_ORIGINATOR);
|
||||||
|
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user