From: Steve Underwood Date: Fri, 18 Jul 2014 08:08:59 +0000 (+0800) Subject: Further improvements to FAX CTC message handling X-Git-Tag: v1.4.8~10^2~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3bf7c4a775fc05a978c280e7a6ef93fc2f311f;p=thirdparty%2Ffreeswitch.git Further improvements to FAX CTC message handling --- 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++) {