Browse Source

MT#63317 set DTMF payload string

Change-Id: I560b97c1f9fccdf407819912cbd988bf751a9ac7
pull/2008/head
Richard Fuchs 4 months ago
parent
commit
7e2bb7ffeb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/codec.c

+ 1
- 0
daemon/codec.c View File

@ -3087,6 +3087,7 @@ static int handler_func_passthrough_ssrc(struct codec_handler *h, struct media_p
mp->rtp = r;
mp->raw.s = buf;
mp->raw.len = ev_pl.len + sizeof(*mp->rtp);
mp->payload = ev_pl;
add_packet_fn = codec_add_raw_packet_dup;
}


Loading…
Cancel
Save