mod_say_fr: Update for better french support. Will probably have more stuff from FSCORE-528 to complement this patch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16933 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Marc Olivier Chouinard
2010-03-08 06:50:27 +00:00
parent 3cab0c7cad
commit e2e669a816
2 changed files with 149 additions and 65 deletions
+2
View File
@@ -280,6 +280,7 @@ typedef enum {
SWITCH_TRUE = 1
} switch_bool_t;
/* WARNING, Do not forget to update *SAY_METHOD_NAMES[] in src/switch_ivr_play_say.c */
typedef enum {
SSM_NA,
SSM_PRONOUNCED,
@@ -287,6 +288,7 @@ typedef enum {
SSM_COUNTED
} switch_say_method_t;
/* WARNING, Do not forget to update *SAY_TYPE_NAMES[] in src/switch_ivr_play_say.c */
typedef enum {
SST_NUMBER,
SST_ITEMS,