diff --git a/daemon/call.c b/daemon/call.c index 69624f3b3..118799e08 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -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);