Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_sip_endpoint_nat_configuration Struct Reference

NAT configuration options for endpoints. More...

#include <res_pjsip.h>

Data Fields

unsigned int force_rport
 
unsigned int rewrite_contact
 

Detailed Description

NAT configuration options for endpoints.

Definition at line 759 of file res_pjsip.h.

Field Documentation

◆ force_rport

unsigned int force_rport

Whether to force using the source IP address/port for sending responses

Definition at line 761 of file res_pjsip.h.

Referenced by handle_rx_message().

◆ rewrite_contact

unsigned int rewrite_contact

Whether to rewrite the Contact header with the source IP address/port or not

Definition at line 763 of file res_pjsip.h.

Referenced by ast_sip_will_uri_survive_restart(), and handle_rx_message().


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