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 Version 1
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 (last modified by bennylp)
By default, hash character will be escaped as per RFC 3261 rule. Unfortunately some endpoints want this character in the user part of a request.
This ticket adds a run-time option to allow hash character to appear in user part of SIP URL of outgoing requests. Sample code:
pjsip_cfg()->endpt.allow_tx_hash_in_uri = 1;
Note: See
TracTickets for help on using
tickets.