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:
Mike Jerris 2017-05-02 15:09:33 +00:00
commit bd515c3436
1 changed files with 0 additions and 1 deletions

View 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 {