]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix it to say thousand for the hundred thousands place.
authorMichael Jerris <mike@jerris.com>
Thu, 21 Dec 2006 22:48:25 +0000 (22:48 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 21 Dec 2006 22:48:25 +0000 (22:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3790 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/say/mod_say_en/mod_say_en.c

index 14c6bd3b136b393d5e4af79436abf05d802bf3ba..79e15837f68cb9e5276b36dd23521306a50194a8 100644 (file)
@@ -96,7 +96,7 @@ static switch_status_t en_say(switch_core_session_t *session,
                                        switch_ivr_play_file(session, NULL, tmp, NULL, input_callback, buf, buflen);
                                }
 
-                               if (places[4] || places[3]) {
+                               if (places[5] || places[4] || places[3]) {
                                        switch_ivr_play_file(session, NULL, "digits/thousand.wav", NULL, input_callback, buf, buflen);
                                }