FreeSWITCH API Documentation
1.7.0
|
#include <switch_ivr.h>
Data Fields | |
switch_core_session_t * | session |
switch_codec_t | read_codec |
switch_frame_t | write_frame |
switch_byte_t | write_frame_data [SWITCH_RECOMMENDED_BUFFER_SIZE] |
switch_socket_t * | socket |
char * | local_ip |
switch_port_t | local_port |
char * | remote_ip |
switch_port_t | remote_port |
switch_sockaddr_t * | local_addr |
switch_sockaddr_t * | remote_addr |
switch_mutex_t * | flag_mutex |
int32_t | flags |
int | type |
int | transport |
int | stream_id |
switch_thread_t * | thread |
Definition at line 47 of file switch_ivr.h.
switch_mutex_t* switch_unicast_conninfo::flag_mutex |
Definition at line 59 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
int32_t switch_unicast_conninfo::flags |
Definition at line 60 of file switch_ivr.h.
switch_sockaddr_t* switch_unicast_conninfo::local_addr |
Definition at line 57 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
char* switch_unicast_conninfo::local_ip |
Definition at line 53 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
switch_port_t switch_unicast_conninfo::local_port |
Definition at line 54 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
switch_codec_t switch_unicast_conninfo::read_codec |
Definition at line 49 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast(), switch_ivr_deactivate_unicast(), and switch_ivr_park().
switch_sockaddr_t* switch_unicast_conninfo::remote_addr |
Definition at line 58 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast(), and switch_ivr_park().
char* switch_unicast_conninfo::remote_ip |
Definition at line 55 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
switch_port_t switch_unicast_conninfo::remote_port |
Definition at line 56 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
switch_core_session_t* switch_unicast_conninfo::session |
Definition at line 48 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast(), unicast_thread_launch(), and unicast_thread_run().
switch_socket_t* switch_unicast_conninfo::socket |
Definition at line 52 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast(), switch_ivr_deactivate_unicast(), switch_ivr_park(), and unicast_thread_run().
int switch_unicast_conninfo::stream_id |
Definition at line 63 of file switch_ivr.h.
Referenced by unicast_thread_run().
switch_thread_t* switch_unicast_conninfo::thread |
Definition at line 64 of file switch_ivr.h.
Referenced by switch_ivr_deactivate_unicast(), and unicast_thread_launch().
int switch_unicast_conninfo::transport |
Definition at line 62 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
int switch_unicast_conninfo::type |
Definition at line 61 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().
switch_frame_t switch_unicast_conninfo::write_frame |
Definition at line 50 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast(), and unicast_thread_run().
switch_byte_t switch_unicast_conninfo::write_frame_data[SWITCH_RECOMMENDED_BUFFER_SIZE] |
Definition at line 51 of file switch_ivr.h.
Referenced by switch_ivr_activate_unicast().