]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10279: Fix double digit pronounciation (mod_say_nl).
authorBas Couwenberg <bcouwenberg@deanone.nl>
Tue, 2 May 2017 07:28:01 +0000 (09:28 +0200)
committerMike Jerris <mike@jerris.com>
Thu, 1 Jun 2017 20:05:15 +0000 (16:05 -0400)
src/mod/say/mod_say_nl/mod_say_nl.c

index f52b741830f24a5d70920075109b3612c8f087ef..31b659c74fb7bfe265c3d0248a7d7b06454d7e82 100644 (file)
@@ -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 {