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

Structure which contains transport+port information for an active query. More...

Data Fields

int port
 The port. More...
 
pjsip_transport_type_e transport
 The transport to be used. More...
 

Detailed Description

Structure which contains transport+port information for an active query.

Definition at line 39 of file pjsip_resolver.c.

Field Documentation

◆ port

int port

The port.

Definition at line 43 of file pjsip_resolver.c.

Referenced by sip_resolve_add(), and sip_resolve_callback().

◆ transport

pjsip_transport_type_e transport

The transport to be used.

Definition at line 41 of file pjsip_resolver.c.

Referenced by sip_check_transport(), sip_resolve_add(), and sip_resolve_callback().


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