FS-10279: Fix double digit pronounciation (mod_say_nl).
This commit is contained in:
parent
e3ef041517
commit
4be66ff5c3
|
@ -103,7 +103,6 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int
|
||||||
}
|
}
|
||||||
|
|
||||||
if (c) {
|
if (c) {
|
||||||
say_file("digits/%d.wav", c);
|
|
||||||
if (method == SSM_COUNTED) {
|
if (method == SSM_COUNTED) {
|
||||||
say_file("digits/h-%d.wav", c);
|
say_file("digits/h-%d.wav", c);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue