From cf86e0d99fdf01059695eed3d75519af5cd92853 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 13 Aug 2012 07:26:03 +0000 Subject: 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 --- pjsip/include/pjsip/sip_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjsip/include') 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 @@ -77,6 +77,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. */ -- cgit v1.2.3