From: Bas Couwenberg Date: Tue, 2 May 2017 07:28:01 +0000 (+0200) Subject: FS-10279: Fix double digit pronounciation (mod_say_nl). X-Git-Tag: v1.8.0~545^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be66ff5c3036f58675ba3ac63f0dbab04170d89;p=thirdparty%2Ffreeswitch.git FS-10279: Fix double digit pronounciation (mod_say_nl). --- diff --git a/src/mod/say/mod_say_nl/mod_say_nl.c b/src/mod/say/mod_say_nl/mod_say_nl.c index 90b55bb38a..770e7cbf21 100644 --- a/src/mod/say/mod_say_nl/mod_say_nl.c +++ b/src/mod/say/mod_say_nl/mod_say_nl.c @@ -103,7 +103,6 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int } if (c) { - say_file("digits/%d.wav", c); if (method == SSM_COUNTED) { say_file("digits/h-%d.wav", c); } else {