mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 04:14:47 +00:00
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 {
|
} else {
|
||||||
status = SWITCH_STATUS_TIMEOUT;
|
status = SWITCH_STATUS_TIMEOUT;
|
||||||
}
|
}
|
||||||
|
done = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user