Merge pull request #1262 in FS/freeswitch from ~SEBASTIC/freeswitch:mod_say_nl to master
* commit '4be66ff5c3036f58675ba3ac63f0dbab04170d89': FS-10279: Fix double digit pronounciation (mod_say_nl).
This commit is contained in:
commit
bd515c3436
|
@ -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