FS-6477 --resolve

This commit is contained in:
Anthony Minessale 2014-04-22 23:51:44 +05:00
parent 61e22e8b50
commit 2e0cd74e07
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ static const char *audio_flow(conference_member_t *member)
} }
if (member->channel && switch_channel_test_flag(member->channel, CF_HOLD)) { 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; return flow;