FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | key |
char * | file |
char * | error_file |
int | confirm_timeout |
switch_core_session_t * | session |
Definition at line 141 of file switch_ivr_originate.c.
int key_collect::confirm_timeout |
Definition at line 145 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and collect_thread_run().
char* key_collect::error_file |
Definition at line 144 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and collect_thread_run().
char* key_collect::file |
Definition at line 143 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and collect_thread_run().
char* key_collect::key |
Definition at line 142 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and collect_thread_run().
switch_core_session_t* key_collect::session |
Definition at line 146 of file switch_ivr_originate.c.
Referenced by check_channel_status(), collect_thread_run(), and launch_collect_thread().