Changeset 4285
- Timestamp:
- Oct 19, 2012 4:23:57 AM (12 years ago)
- Location:
- pjproject/trunk/pjsip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r4267 r4285 74 74 * Specify port number should be allowed to appear in To and From 75 75 * header. Note that RFC 3261 disallow this, see Table 1 in section 76 * 19.1.1 of the RFC. Default is PJSIP_ALLOW_PORT_IN_FROMTO_HDR. 76 * 19.1.1 of the RFC. 77 * 78 * Default is PJSIP_ALLOW_PORT_IN_FROMTO_HDR. 77 79 */ 78 80 pj_bool_t allow_port_in_fromto_hdr; … … 89 91 /** 90 92 * Allow hash character ('#') to appear in outgoing URIs. See 91 * https://trac.pjsip.org/repos/ticket/1569 93 * https://trac.pjsip.org/repos/ticket/1569. 94 * 95 * Default is PJ_FALSE. 92 96 */ 93 97 pj_bool_t allow_tx_hash_in_uri; … … 95 99 /** 96 100 * Disable rport in request. 101 * 102 * Default is PJ_FALSE. 97 103 */ 98 104 pj_bool_t disable_rport; … … 100 106 /** 101 107 * Disable automatic switching from UDP to TCP if outgoing request 102 * is greater than 1300 bytes. See PJSIP_DONT_SWITCH_TO_TCP. 108 * is greater than 1300 bytes. 109 * 110 * Default is PJSIP_DONT_SWITCH_TO_TCP. 103 111 */ 104 112 pj_bool_t disable_tcp_switch; -
pjproject/trunk/pjsip/src/pjsip/sip_config.c
r4267 r4285 29 29 PJSIP_ACCEPT_REPLACE_IN_EARLY_STATE, 30 30 0, 31 0, 31 32 PJSIP_DONT_SWITCH_TO_TCP 32 33 },
Note: See TracChangeset
for help on using the changeset viewer.