summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-08-13 07:26:03 +0000
committerBenny Prijono <bennylp@teluu.com>2012-08-13 07:26:03 +0000
commitcf86e0d99fdf01059695eed3d75519af5cd92853 (patch)
tree0669add9b27832fa93089bb006dcd68430e0a53a /pjsip/include/pjsip/sip_config.h
parenteea3d23ebe28284d50245a042279e26ed31d911e (diff)
Fixed #1569: Option to allow hash character ('#') to appear in user part of SIP URL
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4228 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_config.h')
-rw-r--r--pjsip/include/pjsip/sip_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index 2c94bbf8..b67859fb 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -78,6 +78,12 @@ typedef struct pjsip_cfg_t
pj_bool_t allow_port_in_fromto_hdr;
/**
+ * Allow hash character ('#') to appear in outgoing URIs. See
+ * https://trac.pjsip.org/repos/ticket/1569
+ */
+ pj_bool_t allow_tx_hash_in_uri;
+
+ /**
* Disable rport in request.
*/
pj_bool_t disable_rport;