FreeSWITCH API Documentation
1.7.0
|
#include <switch.h>
Go to the source code of this file.
Macros | |
#define | say_file(...) |
#define | say_num(num, meth) |
Functions | |
switch_say_gender_t | switch_ivr_get_say_gender_by_name (const char *name) |
switch_say_method_t | switch_ivr_get_say_method_by_name (const char *name) |
switch_say_type_t | switch_ivr_get_say_type_by_name (const char *name) |
switch_status_t | switch_ivr_say_spell (switch_core_session_t *session, char *tosay, switch_say_args_t *say_args, switch_input_args_t *args) |
switch_status_t | switch_ivr_say_ip (switch_core_session_t *session, char *tosay, switch_say_callback_t number_func, switch_say_args_t *say_args, switch_input_args_t *args) |
Variables | |
static char * | SAY_METHOD_NAMES [] |
static char * | SAY_TYPE_NAMES [] |
static char * | SAY_GENDER_NAMES [] |
#define say_file | ( | ... | ) |
Definition at line 119 of file switch_ivr_say.c.
Referenced by switch_ivr_say_ip(), and switch_ivr_say_spell().
#define say_num | ( | num, | |
meth | |||
) |
Definition at line 157 of file switch_ivr_say.c.
Referenced by switch_ivr_say_ip().
|
static |
Definition at line 67 of file switch_ivr_say.c.
Referenced by switch_ivr_get_say_gender_by_name().
|
static |
Definition at line 35 of file switch_ivr_say.c.
Referenced by switch_ivr_get_say_method_by_name().
|
static |
Definition at line 44 of file switch_ivr_say.c.
Referenced by switch_ivr_get_say_type_by_name().