mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 12:37:26 +00:00
FS-4101 --resolve
This commit is contained in:
parent
098f196298
commit
2f998764c8
@ -1113,7 +1113,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess
|
|||||||
if (cur) {
|
if (cur) {
|
||||||
fh->samples = sample_start = 0;
|
fh->samples = sample_start = 0;
|
||||||
if (sleep_val_i) {
|
if (sleep_val_i) {
|
||||||
switch_ivr_sleep(session, sleep_val_i, SWITCH_FALSE, args);
|
status = switch_ivr_sleep(session, sleep_val_i, SWITCH_FALSE, args);
|
||||||
|
if(status != SWITCH_STATUS_SUCCESS) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user