FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | name |
switch_ivr_action_t | action |
switch_ivr_menu_action_function_t * | function |
struct switch_ivr_menu_xml_map * | next |
Definition at line 692 of file switch_ivr_menu.c.
switch_ivr_action_t switch_ivr_menu_xml_map::action |
Definition at line 694 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_add(), and switch_ivr_menu_stack_xml_build().
switch_ivr_menu_action_function_t* switch_ivr_menu_xml_map::function |
Definition at line 695 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_add(), and switch_ivr_menu_stack_xml_build().
char* switch_ivr_menu_xml_map::name |
Definition at line 693 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_add(), switch_ivr_menu_stack_xml_build(), and switch_ivr_menu_stack_xml_find().
struct switch_ivr_menu_xml_map* switch_ivr_menu_xml_map::next |
Definition at line 696 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_add(), switch_ivr_menu_stack_xml_build(), and switch_ivr_menu_stack_xml_find().