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
823
Wiki
Activity
Browse Source
actually associate restored call streams with call
git.mgm/mediaproxy-ng/2.0
Richard Fuchs
15 years ago
parent
c7635d4365
commit
467e0183ae
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
@ -1170,6 +1170,8 @@ void call_restore(struct callmaster *m, char *uuid, redisReply **hash, GList *st
p
-
>
confirmed
=
atoi
(
rp
-
>
element
[
5
]
-
>
str
)
;
}
g_queue_push_tail
(
c
-
>
callstreams
,
cs
)
;
if
(
kernel
)
kernelize
(
cs
)
;
}
Write
Preview
Loading…
Cancel
Save