RTS API Documentation
1.10.11
|
Data Fields | |
char * | digits |
char * | repl |
int | first_match |
char * | substituted |
int32_t | key |
uint8_t | rmatch |
switch_ivr_dmachine_callback_t | callback |
switch_byte_t | is_regex |
switch_byte_t | is_priority |
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 48 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), switch_ivr_dmachine_ping(), and switch_ivr_tone_detect_session().
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().
int switch_ivr_dmachine_binding::first_match |
Definition at line 44 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_priority |
Definition at line 50 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 49 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 46 of file switch_ivr_async.c.
Referenced by switch_ivr_bind_dtmf_meta_session(), switch_ivr_detect_speech_init(), switch_ivr_dmachine_bind(), and switch_ivr_dmachine_ping().
struct switch_ivr_dmachine_binding* switch_ivr_dmachine_binding::next |
Definition at line 52 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), switch_ivr_dmachine_check_match(), and switch_ivr_tone_detect_session().
char* switch_ivr_dmachine_binding::repl |
Definition at line 43 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 47 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_match().
char* switch_ivr_dmachine_binding::substituted |
Definition at line 45 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_match().
void* switch_ivr_dmachine_binding::user_data |
Definition at line 51 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), switch_ivr_dmachine_create(), and switch_ivr_dmachine_ping().