|
RTS API Documentation
1.10.11
|
Collaboration diagram for early_state:Data Fields | |
| originate_global_t * | oglobals |
| switch_mutex_t * | mutex |
| switch_buffer_t * | buffer |
| int | ready |
| ringback_t * | ringback |
| int | ttl |
Definition at line 1886 of file switch_ivr_originate.c.
| switch_buffer_t* early_state::buffer |
Definition at line 1889 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
| switch_mutex_t* early_state::mutex |
Definition at line 1888 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
| originate_global_t* early_state::oglobals |
Definition at line 1887 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
| int early_state::ready |
Definition at line 1890 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
| ringback_t* early_state::ringback |
Definition at line 1891 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
| int early_state::ttl |
Definition at line 1892 of file switch_ivr_originate.c.
Referenced by early_thread_run(), and switch_ivr_originate().
1.8.13