]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-1682
authorBrian West <brian@freeswitch.org>
Mon, 27 Sep 2010 23:52:30 +0000 (18:52 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 28 Sep 2010 00:14:17 +0000 (19:14 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_fax.c

index dbcc9f62facc31e4e32e14321bcec03826210787..27878246f008d5bb722f81757c6f418a8f4a67e1 100644 (file)
@@ -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)) {