Merge pull request #1079 in FS/freeswitch from ~F93/freeswitch:feature/FS-9780-increasing-max_command_tries-in-mod_spandsp to master
* commit '8b601977a7bc8990280446cf19145ff10b8f6188': FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6
This commit is contained in:
commit
0b0b95f3e6
|
@ -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…
Reference in New Issue