diff --git a/daemon/call.c b/daemon/call.c index 31b072816..ec05b5637 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -1009,6 +1009,8 @@ static void __fill_stream(struct packet_stream *ps, const struct endpoint *epp, struct endpoint ep; struct call_media *media = ps->media; + atomic64_set_na(&ps->last_packet, rtpe_now.tv_sec); + ep = *epp; ep.port += port_off;