Data Fields | |
| char * | name |
| char * | greeting_sound |
| char * | short_greeting_sound |
| char * | invalid_sound |
| char * | exit_sound |
| char * | buf |
| char * | ptr |
| char * | confirm_macro |
| char * | confirm_key |
| char * | tts_engine |
| char * | tts_voice |
| int | confirm_attempts |
| int | digit_len |
| int | max_failures |
| int | max_timeouts |
| int | timeout |
| int | inter_timeout |
| switch_size_t | inlen |
| uint32_t | flags |
| switch_ivr_menu_action * | actions |
| switch_ivr_menu * | next |
| switch_memory_pool_t * | pool |
| int | stack_count |
Definition at line 37 of file switch_ivr_menu.c.
| char* switch_ivr_menu::buf |
Definition at line 43 of file switch_ivr_menu.c.
Referenced by play_and_collect(), and switch_ivr_menu_execute().
Definition at line 50 of file switch_ivr_menu.c.
Definition at line 42 of file switch_ivr_menu.c.
| uint32_t switch_ivr_menu::flags |
Definition at line 56 of file switch_ivr_menu.c.
Definition at line 55 of file switch_ivr_menu.c.
Referenced by play_and_collect(), and switch_ivr_menu_execute().
| char* switch_ivr_menu::name |
Definition at line 38 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_execute(), and switch_ivr_menu_find().
| struct switch_ivr_menu* switch_ivr_menu::next |
Definition at line 58 of file switch_ivr_menu.c.
Referenced by switch_ivr_menu_find(), and switch_ivr_menu_stack_add().
| char* switch_ivr_menu::ptr |
Definition at line 60 of file switch_ivr_menu.c.
1.4.7