mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3524 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bd460fa547
commit
ad63096f5c
@ -2209,7 +2209,7 @@ static uint8_t check_channel_status(switch_channel_t **peer_channels,
|
|||||||
if (switch_channel_get_state(peer_channels[i]) >= CS_HANGUP) {
|
if (switch_channel_get_state(peer_channels[i]) >= CS_HANGUP) {
|
||||||
hups++;
|
hups++;
|
||||||
} else if ((switch_channel_test_flag(peer_channels[i], CF_ANSWERED) ||
|
} else if ((switch_channel_test_flag(peer_channels[i], CF_ANSWERED) ||
|
||||||
(!ringback_data && len == 1 && switch_channel_test_flag(peer_channels[0], CF_EARLY_MEDIA))) &&
|
(!ringback_data && len == 1 && switch_channel_test_flag(peer_channels[i], CF_EARLY_MEDIA))) &&
|
||||||
!switch_channel_test_flag(peer_channels[i], CF_TAGGED)) {
|
!switch_channel_test_flag(peer_channels[i], CF_TAGGED)) {
|
||||||
|
|
||||||
if (key) {
|
if (key) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user