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#156052 set `destroyed` TS also for delayed deletes
Change-Id: Ib55a9a63c2bdf0bdcc71717ac73af917c933950e
pull/1421/head
Richard Fuchs
4 years ago
parent
8b79a6074f
commit
9be9ceb8f9
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/call.c
+ 2
- 0
daemon/call.c
View File
@ -4117,6 +4117,8 @@ int call_delete_branch(const str *callid, const str *branch,
}
}
do_delete
:
do_delete
:
c
-
>
destroyed
=
rtpe_now
;
if
(
output
)
if
(
output
)
ng_call_stats
(
c
,
fromtag
,
totag
,
output
,
NULL
)
;
ng_call_stats
(
c
,
fromtag
,
totag
,
output
,
NULL
)
;
Write
Preview
Loading…
Cancel
Save