RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
switch_ivr_dmachine_t * | dmachine |
const char * | match_digits |
int32_t | match_key |
dm_match_type_t | type |
void * | user_data |
Definition at line 2513 of file switch_types.h.
switch_ivr_dmachine_t* switch_ivr_dmachine_match::dmachine |
Definition at line 2514 of file switch_types.h.
Referenced by switch_ivr_dmachine_create().
const char* switch_ivr_dmachine_match::match_digits |
Definition at line 2515 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
int32_t switch_ivr_dmachine_match::match_key |
Definition at line 2516 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
dm_match_type_t switch_ivr_dmachine_match::type |
Definition at line 2517 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
void* switch_ivr_dmachine_match::user_data |
Definition at line 2518 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().