]> git.ipfire.org Git - thirdparty/asterisk.git/commit
say.c: Prevent erroneous failures with 'say' family of functions.
authorSean Bright <sean.bright@gmail.com>
Wed, 12 Jan 2022 19:20:34 +0000 (14:20 -0500)
committerSean Bright <sean@seanbright.com>
Wed, 12 Jan 2022 19:40:10 +0000 (13:40 -0600)
commit101a72d048118255b1a2f7f22a83b5d6e29b36af
tree208e305024b47a66b292a542d5a67de39d4d9f74
parent23c7c101edcccacc7bdb4ab539c6674367b18f1a
say.c: Prevent erroneous failures with 'say' family of functions.

A regression was introduced in ASTERISK~29531 that caused 'say'
functions to fail with file lists that would previously have
succeeded. This caused affected channels to hang up where previously
they would have continued.

We now explicitly check for the empty string to restore the previous
behavior.

ASTERISK-29859 #close

Change-Id: Ia2e5769868e2792313c2d7c07996efe009c6f8d5
main/say.c