From 7b547d0f502880de7d8899239110972b90da21cf Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 19 Oct 2012 04:23:57 +0000 Subject: Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4285 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip/sip_config.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h index 3527d536..5d0464f9 100644 --- a/pjsip/include/pjsip/sip_config.h +++ b/pjsip/include/pjsip/sip_config.h @@ -73,7 +73,9 @@ typedef struct pjsip_cfg_t /** * Specify port number should be allowed to appear in To and From * header. Note that RFC 3261 disallow this, see Table 1 in section - * 19.1.1 of the RFC. Default is PJSIP_ALLOW_PORT_IN_FROMTO_HDR. + * 19.1.1 of the RFC. + * + * Default is PJSIP_ALLOW_PORT_IN_FROMTO_HDR. */ pj_bool_t allow_port_in_fromto_hdr; @@ -88,18 +90,24 @@ typedef struct pjsip_cfg_t /** * Allow hash character ('#') to appear in outgoing URIs. See - * https://trac.pjsip.org/repos/ticket/1569 + * https://trac.pjsip.org/repos/ticket/1569. + * + * Default is PJ_FALSE. */ pj_bool_t allow_tx_hash_in_uri; /** * Disable rport in request. + * + * Default is PJ_FALSE. */ pj_bool_t disable_rport; /** * Disable automatic switching from UDP to TCP if outgoing request - * is greater than 1300 bytes. See PJSIP_DONT_SWITCH_TO_TCP. + * is greater than 1300 bytes. + * + * Default is PJSIP_DONT_SWITCH_TO_TCP. */ pj_bool_t disable_tcp_switch; -- cgit v1.2.3