#1569 closed enhancement (fixed)
Option to allow hash character ('#') to appear in user part of SIP URL
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;
Change History (3)
comment:1 Changed 12 years ago by bennylp
- Description modified (diff)
comment:2 Changed 12 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by nanang
In 4285:
Note: See
TracTickets for help on using
tickets.
In 4228: