FS-9870: [freeswitch-core] playback_timeout_sec does not stop a delimited playback #resolve
This commit is contained in:
parent
b02df24504
commit
a788715bb3
|
@ -1889,6 +1889,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess
|
|||
} else {
|
||||
status = SWITCH_STATUS_TIMEOUT;
|
||||
}
|
||||
done = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue