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 add missing init_streams
Change-Id: I009e82b9ebf0458fe1544b2dcb90fcdbf123fd0b
pull/1938/head
Richard Fuchs
8 months ago
parent
564c5e64fb
commit
547ffde491
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/call.c
+ 2
- 0
daemon/call.c
View File
@ -5445,6 +5445,8 @@ bool monologue_transform(struct call_monologue *ml, sdp_ng_flags *flags, medias_
if
(
!
codec_handler_transform
(
m
,
&
media
-
>
codecs
)
)
return
false
;
__init_streams
(
m
,
NULL
,
flags
)
;
}
return
true
;
Write
Preview
Loading…
Cancel
Save