From 5f345ec54b034cfb531fd5a8e28270762434c527 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 10 Aug 2023 14:42:05 -0400 Subject: [PATCH] MT#55283 pass flags to subscribe answer ... when setting up the codec handlers. This is needed to set the inject-DTMF flag for example. Change-Id: Iec83cdb2f9671efd9437fbf4511b38d7c847b189 --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 585c8a6838..b19eec885d 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -3262,7 +3262,7 @@ int monologue_subscribe_answer(struct call_monologue *dst_ml, struct sdp_ng_flag return -1; } - codec_handlers_update(src_media, dst_media); + codec_handlers_update(src_media, dst_media, .flags = flags); codec_handlers_update(dst_media, src_media, .flags = flags, .sp = sp, .sub = rev_cs); __dtls_logic(flags, dst_media, sp);