|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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 847 of file res_pjsip.h.
| unsigned int force_rport |
Whether to force using the source IP address/port for sending responses
Definition at line 849 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 851 of file res_pjsip.h.
Referenced by ast_sip_will_uri_survive_restart(), and handle_rx_message().