RTS API Documentation  1.10.11
Data Fields
switch_ivr_dmachine_binding Struct Reference
+ Collaboration diagram for switch_ivr_dmachine_binding:

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_bindingnext
 

Detailed Description

Definition at line 41 of file switch_ivr_async.c.

Field Documentation

◆ callback

switch_ivr_dmachine_callback_t switch_ivr_dmachine_binding::callback

◆ digits

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().

◆ first_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().

◆ is_priority

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().

◆ is_regex

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().

◆ key

int32_t switch_ivr_dmachine_binding::key

◆ next

struct switch_ivr_dmachine_binding* switch_ivr_dmachine_binding::next

◆ repl

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().

◆ rmatch

uint8_t switch_ivr_dmachine_binding::rmatch

Definition at line 47 of file switch_ivr_async.c.

Referenced by switch_ivr_dmachine_check_match().

◆ substituted

char* switch_ivr_dmachine_binding::substituted

Definition at line 45 of file switch_ivr_async.c.

Referenced by switch_ivr_dmachine_check_match().

◆ user_data

void* switch_ivr_dmachine_binding::user_data

The documentation for this struct was generated from the following file: