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#55283 also strip a=tls-id from media
Fixes an oversight from
c55c9f12
Change-Id: I4d245f39973b4680421d50c97c4cae91273d1e05
pull/1701/head
Richard Fuchs
2 years ago
parent
88c0ffd49b
commit
82b2829162
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/sdp.c
+ 1
- 0
daemon/sdp.c
View File
@ -2417,6 +2417,7 @@ static int process_media_attributes(struct sdp_chopper *chop, struct sdp_media *
case
ATTR_CRYPTO
:
case
ATTR_FINGERPRINT
:
case
ATTR_SETUP
:
case
ATTR_TLS_ID
:
if
(
MEDIA_ISSET
(
media
,
PASSTHRU
)
)
break
;
goto
strip
;
Write
Preview
Loading…
Cancel
Save