]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Further improvements to FAX CTC message handling
authorSteve Underwood <steveu@coppice.org>
Fri, 18 Jul 2014 08:08:59 +0000 (16:08 +0800)
committerSteve Underwood <steveu@coppice.org>
Fri, 18 Jul 2014 08:08:59 +0000 (16:08 +0800)
libs/spandsp/src/t30.c

index f601ad558343caaaa2fd2f7d7ce060c790fb1c0e..784a146c1cce2685b8c378d5282740e225f17c7f 100644 (file)
@@ -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++)
     {