This commit is contained in:
Brian West 2010-09-27 18:52:30 -05:00
parent 2cb2d3bde4
commit 04aa7ef90c
1 changed files with 1 additions and 1 deletions

View 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) { if (pvt->app_mode == FUNCTION_TX) {
req_counter = 100; req_counter = 100;
} else { } else {
req_counter = 1; req_counter = 50;
} }
while (switch_channel_ready(channel)) { while (switch_channel_ready(channel)) {