mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
FS-2923
This commit is contained in:
parent
cfeae1ba99
commit
28cab5ed46
@ -1761,6 +1761,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_read(switch_core_session_t *session,
|
|||||||
|
|
||||||
switch_assert(session);
|
switch_assert(session);
|
||||||
|
|
||||||
|
if (!digit_timeout) {
|
||||||
|
digit_timeout = timeout;
|
||||||
|
}
|
||||||
|
|
||||||
if (max_digits < min_digits) {
|
if (max_digits < min_digits) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING,
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING,
|
||||||
"Max digits %u is less than Min %u, forcing Max to %u\n", max_digits, min_digits, min_digits);
|
"Max digits %u is less than Min %u, forcing Max to %u\n", max_digits, min_digits, min_digits);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user