]> git.ipfire.org Git - thirdparty/asterisk.git/commit
say: Fix a bug where SayNumber in Polish tries to play incorrect sound. 65/3265/2
authorJoshua Colp <jcolp@digium.com>
Wed, 26 Mar 2014 22:44:11 +0000 (22:44 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 21 Jul 2016 12:33:20 +0000 (07:33 -0500)
commitd99d5c0f8358be6eeec35e49b044099e8d0dfd0f
treeac05a3f9038546cac013c3d02ca730c83488380a
parentabe901e682b8b947d2beb03e757d7c94a5f5041b
say: Fix a bug where SayNumber in Polish tries to play incorrect sound.

This change fixes a bug where calling SayNumber with a number divisible by
100 using the Polish language would cause the code to attempt to play a
sound file with an empty name.

(closes issue ASTERISK-23509)
Reported by: zvision

Review: https://reviewboard.asterisk.org/r/3378/
........

Merged revisions 411243 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Change-Id: If91e16115badaf13255db36cfffc845df9dfe476
main/say.c