mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 17:41:53 +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"
|
#include "t30_local.h"
|
||||||
|
|
||||||
/*! The maximum permitted number of retries of a single command allowed. */
|
/*! 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
|
/*! 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
|
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