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
Supress replacing call hash when deleting full call.
git.mgm/mediaproxy-ng/2.0
Andreas Granig
14 years ago
parent
2bee5a1f6b
commit
24d22be867
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/call.c
+ 1
- 0
daemon/call.c
View File
@ -1120,6 +1120,7 @@ static void call_destroy_all_branches(struct call *c) {
while
(
c
)
{
mylog
(
LOG_INFO
,
"
[%s - %s] Delete call branch
"
,
c
-
>
callid
,
VIA2STR
(
c
-
>
viabranch
)
)
;
next
=
c
-
>
next
;
c
-
>
next
=
NULL
;
call_destroy
(
c
)
;
c
=
next
;
}
Write
Preview
Loading…
Cancel
Save