Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_socket Struct Reference

The SIP socket definition. More...

#include <sip.h>

Collaboration diagram for sip_socket:
Collaboration graph
[legend]

Data Fields

int fd
 
struct ast_tcptls_session_instancetcptls_session
 
enum ast_transport type
 
uint16_t unused
 
struct ast_websocketws_session
 

Detailed Description

The SIP socket definition.

Definition at line 797 of file sip.h.

Field Documentation

◆ fd

int fd

◆ tcptls_session

struct ast_tcptls_session_instance* tcptls_session

◆ type

enum ast_transport type

◆ unused

uint16_t unused

Definition at line 800 of file sip.h.

◆ ws_session

struct ast_websocket* ws_session

The documentation for this struct was generated from the following file: