]> 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)
committerBas Couwenberg <bcouwenberg@deanone.nl>
Tue, 2 May 2017 07:28:01 +0000 (09:28 +0200)
src/mod/say/mod_say_nl/mod_say_nl.c

index 90b55bb38a4c04d430d2987ecb875af4e35fc67f..770e7cbf215bfe7a4fb9ba446f9d6230cb4958a9 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 {