This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#63317 set DTMF payload string
Change-Id: I560b97c1f9fccdf407819912cbd988bf751a9ac7
pull/2008/head
Richard Fuchs
4 months ago
parent
4fbef39425
commit
7e2bb7ffeb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
Write
Preview
Loading…
Cancel
Save