Browse Source

TT#156052 set `destroyed` TS also for delayed deletes

Change-Id: Ib55a9a63c2bdf0bdcc71717ac73af917c933950e
pull/1421/head
Richard Fuchs 4 years ago
parent
commit
9be9ceb8f9
1 changed files with 2 additions and 0 deletions
  1. +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:
c->destroyed = rtpe_now;
if (output)
ng_call_stats(c, fromtag, totag, output, NULL);


Loading…
Cancel
Save