]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6477 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 22 Apr 2014 18:51:44 +0000 (23:51 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 22 Apr 2014 18:51:44 +0000 (23:51 +0500)
src/mod/applications/mod_conference/mod_conference.c

index 7f72df2ec968cee550a2122b68ea54a97c8bc7f1..e614e91710ee642a37a2fdbd8cec89bd0193bd8b 100644 (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)) {
-               flow = "sendonly";
+               flow = switch_test_flag(member, MFLAG_CAN_SPEAK) ? "sendonly" : "inactive";
        }
 
        return flow;