提交 bd515c34 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1262 in FS/freeswitch from ~SEBASTIC/freeswitch:mod_say_nl to master

* commit '4be66ff5':
  FS-10279: Fix double digit pronounciation (mod_say_nl).
......@@ -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 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论