mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6
This commit is contained in:
parent
a910c4f239
commit
8b601977a7
@ -97,7 +97,7 @@
|
||||
#include "t30_local.h"
|
||||
|
||||
/*! The maximum permitted number of retries of a single command allowed. */
|
||||
#define MAX_COMMAND_TRIES 3
|
||||
#define MAX_COMMAND_TRIES 6
|
||||
|
||||
/*! The maximum permitted number of retries of a single response request allowed. This
|
||||
is not specified in T.30. However, if you don't apply some limit a messed up FAX
|
||||
|
Loading…
x
Reference in New Issue
Block a user