From fe06c5c1effd510d808224478d4c7365860f1115 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 4 Feb 2026 08:24:36 -0400 Subject: [PATCH] MT#55283 track usage of rtpp-flags parsing Change-Id: I1db41e06e3765d4af382b42f976118f88962f503 --- daemon/call_interfaces.c | 1 + include/call_interfaces.h | 1 + 2 files changed, 2 insertions(+) diff --git a/daemon/call_interfaces.c b/daemon/call_interfaces.c index 8dee40c12..fea947987 100644 --- a/daemon/call_interfaces.c +++ b/daemon/call_interfaces.c @@ -2228,6 +2228,7 @@ void call_ng_main_flags(const ng_parser_t *parser, str *key, parser_arg value, h case CSH_LOOKUP("rtpp-flags"): case CSH_LOOKUP("rtpp_flags"):; /* s - list of rtpp flags */ + out->rtpp_flags = true; parse_rtpp_flags(&s, out); break; case CSH_LOOKUP("SDES"): diff --git a/include/call_interfaces.h b/include/call_interfaces.h index 807baddd6..f0827267c 100644 --- a/include/call_interfaces.h +++ b/include/call_interfaces.h @@ -191,6 +191,7 @@ RTPE_NG_FLAGS_STR_CASE_HT_PARAMS #undef X bool asymmetric:1, + rtpp_flags:1, protocol_accept:1, no_redis_update:1, unidirectional:1,