Changeset 4285 for pjproject/trunk/pjsip/include/pjsip/sip_config.h
- Timestamp:
- Oct 19, 2012 4:23:57 AM (11 years ago)
- File:
-
- 1 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;
Note: See TracChangeset
for help on using the changeset viewer.