From: Anthony Minessale Date: Wed, 21 Dec 2016 21:35:53 +0000 (-0600) Subject: FS-9870: [freeswitch-core] playback_timeout_sec does not stop a delimited playback... X-Git-Tag: v1.8.0~974 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a788715bb3a7f3bc77584487e154da71ee3fe664;p=thirdparty%2Ffreeswitch.git FS-9870: [freeswitch-core] playback_timeout_sec does not stop a delimited playback #resolve --- diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index feeefd93d8..79d4576a3d 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -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; } }