Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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

In 4228:

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

comment:3 Changed 12 years ago by nanang

In 4285:

Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_in_uri.

Note: See TracTickets for help on using tickets.