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
TT#122401 add early DTX logging context
Change-Id: I8ab96e3c0295cce793706226bcb7350816b7109e
rfuchs/1283
Richard Fuchs
5 years ago
parent
64670ffb61
commit
4f6af3746b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
daemon/codec.c
+ 3
- 0
daemon/codec.c
View File
@ -2446,6 +2446,9 @@ static void __dtx_send_later(struct timerthread_queue *ttq, void *p) {
mutex_lock
(
&
dtxb
-
>
lock
)
;
if
(
dtxb
-
>
call
)
log_info_call
(
dtxb
-
>
call
)
;
/
/
do
we
have
a
packet
?
struct
dtx_packet
*
dtxp
=
g_queue_peek_head
(
&
dtxb
-
>
packets
)
;
if
(
dtxp
)
{
Write
Preview
Loading…
Cancel
Save