FS-1682
This commit is contained in:
parent
2cb2d3bde4
commit
04aa7ef90c
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue