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 2524 of file switch_types.h.
switch_ivr_dmachine_t* switch_ivr_dmachine_match::dmachine |
Definition at line 2525 of file switch_types.h.
Referenced by switch_ivr_dmachine_create().
const char* switch_ivr_dmachine_match::match_digits |
Definition at line 2526 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
int32_t switch_ivr_dmachine_match::match_key |
Definition at line 2527 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
dm_match_type_t switch_ivr_dmachine_match::type |
Definition at line 2528 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().
void* switch_ivr_dmachine_match::user_data |
Definition at line 2529 of file switch_types.h.
Referenced by switch_ivr_dmachine_ping().