diff --git a/daemon/call.c b/daemon/call.c index 3dbd1437b..2f523669d 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -245,7 +245,7 @@ no_sfd: tmp_t_reason = OFFER_TIMEOUT; } - if (timestamp < rtpe_now.tv_sec || rtpe_now.tv_sec - timestamp < check) + if (timestamp > rtpe_now.tv_sec || rtpe_now.tv_sec - timestamp < check) good = true; next: