From: Brian West Date: Mon, 27 Sep 2010 23:52:30 +0000 (-0500) Subject: FS-1682 X-Git-Tag: v1.2-rc1~291^2~40^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04aa7ef90c582bdb0cb9956fedf059f241a5bd7e;p=thirdparty%2Ffreeswitch.git FS-1682 --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c index dbcc9f62fa..27878246f0 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c @@ -1119,7 +1119,7 @@ void mod_spandsp_fax_process_fax(switch_core_session_t *session, const char *dat if (pvt->app_mode == FUNCTION_TX) { req_counter = 100; } else { - req_counter = 1; + req_counter = 50; } while (switch_channel_ready(channel)) {