mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user