Browse Source

MT#55283 support "replace-" flags alternative

closes #1574

Change-Id: Ic758914fe0cf9871f2a93f809c2ff9edab8a3012
pull/1577/head
Richard Fuchs 3 years ago
parent
commit
09550bc881
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call_interfaces.c

+ 2
- 0
daemon/call_interfaces.c View File

@ -935,6 +935,8 @@ static void call_ng_flags_flags(struct sdp_ng_flags *out, str *s, void *dummy) {
return;
if (call_ng_flags_prefix(out, s, "endpoint-learning-", ng_el_option, NULL))
return;
if (call_ng_flags_prefix(out, s, "replace-", call_ng_flags_replace, NULL))
return;
#ifdef WITH_TRANSCODING
if (out->opmode == OP_OFFER || out->opmode == OP_REQUEST || out->opmode == OP_PUBLISH) {
if (call_ng_flags_prefix(out, s, "transcode-", call_ng_flags_esc_str_list,


Loading…
Cancel
Save