|
RTS API Documentation
1.10.11
|
Collaboration diagram for dm_binding_head_t:Data Fields | |
| switch_ivr_dmachine_binding_t * | binding_list |
| switch_ivr_dmachine_binding_t * | tail |
| char * | name |
| char * | terminators |
Definition at line 56 of file switch_ivr_async.c.
| switch_ivr_dmachine_binding_t* dm_binding_head_t::binding_list |
Definition at line 57 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), and switch_ivr_dmachine_check_match().
| char* dm_binding_head_t::name |
Definition at line 59 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind(), and switch_ivr_dmachine_set_terminators().
| switch_ivr_dmachine_binding_t* dm_binding_head_t::tail |
Definition at line 58 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_bind().
| char* dm_binding_head_t::terminators |
Definition at line 60 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_match(), and switch_ivr_dmachine_set_terminators().
1.8.13