#include <switch_ivr.h>
Collaboration diagram for switch_unicast_conninfo:
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 |
Definition at line 46 of file switch_ivr.h.
Definition at line 58 of file switch_ivr.h.
| int32_t switch_unicast_conninfo::flags |
Definition at line 59 of file switch_ivr.h.
Definition at line 56 of file switch_ivr.h.
Definition at line 52 of file switch_ivr.h.
Definition at line 53 of file switch_ivr.h.
Definition at line 48 of file switch_ivr.h.
Referenced by switch_ivr_deactivate_unicast(), and switch_ivr_park().
Definition at line 54 of file switch_ivr.h.
Definition at line 55 of file switch_ivr.h.
Definition at line 47 of file switch_ivr.h.
Referenced by unicast_thread_launch(), and unicast_thread_run().
Definition at line 51 of file switch_ivr.h.
Referenced by switch_ivr_deactivate_unicast(), switch_ivr_park(), and unicast_thread_run().
Definition at line 61 of file switch_ivr.h.
Definition at line 60 of file switch_ivr.h.
| switch_byte_t switch_unicast_conninfo::write_frame_data[SWITCH_RECOMMENDED_BUFFER_SIZE] |
Definition at line 50 of file switch_ivr.h.
1.4.7