提交 0b0b95f3 authored 作者: Brian West's avatar Brian West

Merge pull request #1079 in FS/freeswitch from…

Merge pull request #1079 in FS/freeswitch from ~F93/freeswitch:feature/FS-9780-increasing-max_command_tries-in-mod_spandsp to master

* commit '8b601977':
  FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6
...@@ -97,7 +97,7 @@ ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论