RTS API Documentation
1.10.11
|
Data Fields | |
switch_ivr_menu_action_function_t * | function |
switch_ivr_action_t | ivr_action |
char * | arg |
char * | bind |
int | re |
struct switch_ivr_menu_action * | next |
Definition at line 69 of file switch_ivr_menu.c.
char* switch_ivr_menu_action::arg |
Definition at line 72 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_action(), switch_ivr_menu_bind_function(), and switch_ivr_menu_execute().
char* switch_ivr_menu_action::bind |
Definition at line 73 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_action(), switch_ivr_menu_bind_function(), and switch_ivr_menu_execute().
switch_ivr_menu_action_function_t* switch_ivr_menu_action::function |
Definition at line 70 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_function(), and switch_ivr_menu_execute().
switch_ivr_action_t switch_ivr_menu_action::ivr_action |
Definition at line 71 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_action(), and switch_ivr_menu_execute().
struct switch_ivr_menu_action* switch_ivr_menu_action::next |
Definition at line 75 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_action(), switch_ivr_menu_bind_function(), and switch_ivr_menu_execute().
int switch_ivr_menu_action::re |
Definition at line 74 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_bind_action(), switch_ivr_menu_bind_function(), and switch_ivr_menu_execute().