forked from Mirrors/freeswitch
Further improvements to FAX CTC message handling
This commit is contained in:
parent
f781ec9a5a
commit
6a3bf7c4a7
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue