Ignore:
Timestamp:
Aug 13, 2012 7:26:03 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1569: Option to allow hash character ('#') to appear in user part of SIP URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r4227 r4228  
    7777         */ 
    7878        pj_bool_t allow_port_in_fromto_hdr; 
     79 
     80        /** 
     81         * Allow hash character ('#') to appear in outgoing URIs. See 
     82         * https://trac.pjsip.org/repos/ticket/1569 
     83         */ 
     84        pj_bool_t allow_tx_hash_in_uri; 
    7985 
    8086        /** 
Note: See TracChangeset for help on using the changeset viewer.