|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_ivr_menu_xml_ctx:Data Fields | |
| switch_memory_pool_t * | pool |
| struct switch_ivr_menu_xml_map * | map |
| int | autocreated |
Definition at line 702 of file switch_ivr_menu.c.
| int switch_ivr_menu_xml_ctx::autocreated |
Definition at line 705 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_build().
| struct switch_ivr_menu_xml_map* switch_ivr_menu_xml_ctx::map |
Definition at line 704 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().
| switch_memory_pool_t* switch_ivr_menu_xml_ctx::pool |
Definition at line 703 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_stack_xml_add(), and switch_ivr_menu_stack_xml_build().
1.8.13