Asterisk - The Open Source Telephony Project
18.5.0
|
NAT configuration options for endpoints. More...
#include <res_pjsip.h>
Data Fields | |
unsigned int | force_rport |
unsigned int | rewrite_contact |
NAT configuration options for endpoints.
Definition at line 616 of file res_pjsip.h.
unsigned int force_rport |
Whether to force using the source IP address/port for sending responses
Definition at line 618 of file res_pjsip.h.
Referenced by handle_rx_message().
unsigned int rewrite_contact |
Whether to rewrite the Contact header with the source IP address/port or not
Definition at line 620 of file res_pjsip.h.
Referenced by ast_sip_will_uri_survive_restart(), and handle_rx_message().