FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | digits |
int32_t | key |
uint8_t | rmatch |
switch_ivr_dmachine_callback_t | callback |
switch_byte_t | is_regex |
void * | user_data |
struct switch_ivr_dmachine_binding * | next |
Definition at line 41 of file switch_ivr_async.c.
switch_ivr_dmachine_callback_t switch_ivr_dmachine_binding::callback |
Definition at line 45 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind().
char* switch_ivr_dmachine_binding::digits |
Definition at line 42 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), and switch_ivr_dmachine_check_match().
switch_byte_t switch_ivr_dmachine_binding::is_regex |
Definition at line 46 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), and switch_ivr_dmachine_check_match().
int32_t switch_ivr_dmachine_binding::key |
Definition at line 43 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind().
struct switch_ivr_dmachine_binding* switch_ivr_dmachine_binding::next |
Definition at line 48 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), and switch_ivr_dmachine_check_match().
uint8_t switch_ivr_dmachine_binding::rmatch |
Definition at line 44 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_match().
void* switch_ivr_dmachine_binding::user_data |
Definition at line 47 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind().