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
add missing SDES=pad parsing
reported in
#976
Change-Id: I808c7f1cab2efec086081e4a1e9b8fb3a8143958
changes/08/39708/1
Richard Fuchs
6 years ago
parent
e741a7434e
commit
5caf47f51f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
daemon/call_interfaces.c
+ 3
- 0
daemon/call_interfaces.c
View File
@ -544,6 +544,9 @@ INLINE void ng_sdes_option(struct sdp_ng_flags *out, str *s, void *dummy) {
case
CSH_LOOKUP
(
"
lifetime
"
)
:
out
-
>
sdes_lifetime
=
1
;
break
;
case
CSH_LOOKUP
(
"
pad
"
)
:
out
-
>
sdes_pad
=
1
;
break
;
default
:
ilog
(
LOG_WARN
,
"
Unknown 'SDES' flag encountered: '
"
STR_FORMAT
"
'
"
,
STR_FMT
(
s
)
)
;
Write
Preview
Loading…
Cancel
Save