Skip to content

Commit

Permalink
MT#55283 pass flags to subscribe answer
Browse files Browse the repository at this point in the history
... when setting up the codec handlers. This is needed to set the
inject-DTMF flag for example.

Change-Id: Iec83cdb2f9671efd9437fbf4511b38d7c847b189
  • Loading branch information
rfuchs committed Aug 18, 2023
1 parent 410e9d4 commit 5f345ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5f345ec

Please sign in to comment.