--- ./apps/confbridge/confbridge_manager.c 2022-08-10 16:24:22.489678724 +0200 +++ ../asterisk/apps/confbridge/confbridge_manager.c 2022-08-11 08:35:58.177116793 +0200 @@ -458,7 +458,9 @@ continue; } - target_json_channel = channel_to_json(target_snapshot, extras, NULL); + target_json_channel = channel_to_json(target_snapshot, NULL, NULL); + ast_json_object_set(target_json_channel, "admin", ast_test_flag(&user->u_profile, USER_OPT_ADMIN) ? ast_json_true() : ast_json_false()); + ast_json_object_set(target_json_channel, "muted", user->muted ? ast_json_true() : ast_json_false()); ao2_ref(target_snapshot, -1); if (!json_channels) {