Opened 17 years ago

Last modified 17 years ago

#239 closed defect

Error parsing quoted parameters — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: major Milestone: release-0.5.10.4
Component: pjsip Version: 0.5.10.3
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The parser automatically removes quote surrounding parameter values, and this causes the parameter value to be printed as escaped characters.

For example:

  pname="AB:CD"

will be parsed as:

  pname=AB:CD

and later will be printed as:

  pname=AB%3aCD

Change History (0)

Note: See TracTickets for help on using tickets.