RTS API Documentation
1.10.11
|
Data Fields | |
int | is_sub |
int | leg_list_idx |
switch_dial_leg_list_t * | leg_lists [MAX_PEERS] |
switch_event_t * | global_vars |
switch_memory_pool_t * | pool |
Definition at line 101 of file switch_ivr_originate.c.
switch_event_t* switch_dial_handle_s::global_vars |
Definition at line 105 of file switch_ivr_originate.c.
Referenced by switch_dial_handle_add_global_var(), switch_dial_handle_destroy(), switch_dial_handle_dup(), switch_dial_handle_get_global_vars(), and switch_dial_handle_serialize_json_obj().
int switch_dial_handle_s::is_sub |
Definition at line 102 of file switch_ivr_originate.c.
Referenced by switch_dial_handle_dup().
int switch_dial_handle_s::leg_list_idx |
Definition at line 103 of file switch_ivr_originate.c.
Referenced by switch_dial_handle_add_leg_list(), switch_dial_handle_destroy(), switch_dial_handle_dup(), switch_dial_handle_get_total(), and switch_dial_handle_serialize_json_obj().
switch_dial_leg_list_t* switch_dial_handle_s::leg_lists[MAX_PEERS] |
Definition at line 104 of file switch_ivr_originate.c.
Referenced by switch_dial_handle_add_leg_list(), switch_dial_handle_destroy(), switch_dial_handle_dup(), switch_dial_handle_get_peers(), switch_dial_handle_get_vars(), and switch_dial_handle_serialize_json_obj().
switch_memory_pool_t* switch_dial_handle_s::pool |
Definition at line 106 of file switch_ivr_originate.c.
Referenced by switch_dial_handle_add_leg_list(), switch_dial_handle_create(), switch_dial_handle_destroy(), and switch_dial_leg_list_add_leg().