Changeset 4543 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jun 24, 2013 9:53:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4534 r4543 3032 3032 3033 3033 /** 3034 * This option controls whether the IP address in SDP should be replaced 3035 * with the IP address found in Via header of the REGISTER response, ONLY 3036 * when STUN and ICE are not used. If the value is FALSE (the original 3037 * behavior), then the local IP address will be used. If TRUE, and when 3038 * STUN and ICE are disabled, then the IP address found in registration 3039 * response will be used. 3040 * 3041 * Default: PJ_FALSE (no) 3042 */ 3043 pj_bool_t allow_sdp_nat_rewrite; 3044 3045 /** 3034 3046 * Control the use of SIP outbound feature. SIP outbound is described in 3035 3047 * RFC 5626 to enable proxies or registrar to send inbound requests back
Note: See TracChangeset
for help on using the changeset viewer.