mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-6477 --resolve
This commit is contained in:
parent
61e22e8b50
commit
2e0cd74e07
@ -652,7 +652,7 @@ static const char *audio_flow(conference_member_t *member)
|
||||
}
|
||||
|
||||
if (member->channel && switch_channel_test_flag(member->channel, CF_HOLD)) {
|
||||
flow = "sendonly";
|
||||
flow = switch_test_flag(member, MFLAG_CAN_SPEAK) ? "sendonly" : "inactive";
|
||||
}
|
||||
|
||||
return flow;
|
||||
|
Loading…
x
Reference in New Issue
Block a user