Skip to content

Conversation

@avimar
Copy link
Contributor

@avimar avimar commented May 10, 2020

The conference option wait-mod means there's only music on hold until a moderator joins.
This flag, CFLAG_WAIT_MOD is cleared when the moderator joins (

if (conference_utils_test_flag(conference, CFLAG_WAIT_MOD) && conference_utils_member_test_flag(member, MFLAG_MOD)) {
conference_utils_clear_flag(conference, CFLAG_WAIT_MOD);
}
)

This patch adds checking that flag before beginning auto-record.

Requested in #585

The conference option `wait-mod` means there's only music on hold until a moderator joins.
This flag, `CFLAG_WAIT_MOD` is cleared when the moderator joins (https://github.com/signalwire/freeswitch/blob/15ad4c23e259c1c2dff58f89e9124e5f36dd2e94/src/mod/applications/mod_conference/conference_member.c#L871-L873)

This patch adds checking that flag before beginning auto-record.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant