diff --git a/libs/spandsp/src/t30.c b/libs/spandsp/src/t30.c index f601ad5583..784a146c1c 100644 --- a/libs/spandsp/src/t30.c +++ b/libs/spandsp/src/t30.c @@ -3100,6 +3100,7 @@ static void process_rx_ppr(t30_state_t *s, const uint8_t *msg, int len) terminate_call(s); return; } + s->retries = 0; /* Check which frames are OK, and mark them as OK. */ for (i = 0; i < 32; i++) {