Data Fields | |
| switch_memory_pool_t * | pool |
| switch_byte_t | my_pool |
| char * | name |
| uint32_t | digit_timeout_ms |
| uint32_t | input_timeout_ms |
| switch_hash_t * | binding_hash |
| switch_ivr_dmachine_match_t | match |
| switch_digit_action_target_t | target |
| char | digits [DMACHINE_MAX_DIGIT_LEN] |
| char | last_matching_digits [DMACHINE_MAX_DIGIT_LEN] |
| char | last_failed_digits [DMACHINE_MAX_DIGIT_LEN] |
| uint32_t | cur_digit_len |
| uint32_t | max_digit_len |
| switch_time_t | last_digit_time |
| switch_byte_t | is_match |
| switch_ivr_dmachine_callback_t | match_callback |
| switch_ivr_dmachine_callback_t | nonmatch_callback |
| dm_binding_head_t * | realm |
| switch_ivr_dmachine_binding_t * | last_matching_binding |
| void * | user_data |
| switch_mutex_t * | mutex |
| switch_status_t | last_return |
Definition at line 55 of file switch_ivr_async.c.
Definition at line 61 of file switch_ivr_async.c.
| uint32_t switch_ivr_dmachine::cur_digit_len |
Definition at line 67 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_match(), and switch_ivr_dmachine_check_timeout().
Definition at line 59 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_timeout().
| char switch_ivr_dmachine::digits[DMACHINE_MAX_DIGIT_LEN] |
Definition at line 60 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_timeout().
Definition at line 70 of file switch_ivr_async.c.
Definition at line 69 of file switch_ivr_async.c.
Referenced by switch_ivr_dmachine_check_timeout().
| char switch_ivr_dmachine::last_failed_digits[DMACHINE_MAX_DIGIT_LEN] |
Definition at line 66 of file switch_ivr_async.c.
| char switch_ivr_dmachine::last_matching_digits[DMACHINE_MAX_DIGIT_LEN] |
Definition at line 77 of file switch_ivr_async.c.
Definition at line 62 of file switch_ivr_async.c.
Definition at line 71 of file switch_ivr_async.c.
| uint32_t switch_ivr_dmachine::max_digit_len |
Definition at line 76 of file switch_ivr_async.c.
Definition at line 57 of file switch_ivr_async.c.
Definition at line 58 of file switch_ivr_async.c.
Definition at line 72 of file switch_ivr_async.c.
Definition at line 56 of file switch_ivr_async.c.
Definition at line 63 of file switch_ivr_async.c.
Definition at line 75 of file switch_ivr_async.c.
1.4.7