mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 11:47:41 +00:00
FS-9870: [freeswitch-core] playback_timeout_sec does not stop a delimited playback #resolve
This commit is contained in:
parent
445f9a7b0f
commit
bf469f07a7
@ -1889,6 +1889,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess
|
|||||||
} else {
|
} else {
|
||||||
status = SWITCH_STATUS_TIMEOUT;
|
status = SWITCH_STATUS_TIMEOUT;
|
||||||
}
|
}
|
||||||
|
done = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user