Opened 12 years ago
Last modified 12 years ago
#1569 closed enhancement
Option to allow hash character ('#') to appear in user part of SIP URL — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
By default, hash character will be escaped as per RFC 3261 rule. This ticket adds a run-time option to allow hash character to appear in user part of SIP URL of outgoing requests.
This can be allowed/disallowed by the following snippet:
pjsip_cfg()->endpt.allow_tx_hash_in_uri = 1;
Note: See
TracTickets for help on using
tickets.