On Thu, Oct 6, 2011 at 5:15 AM, Steve King <sking at zetron.com> wrote: > Hi Benny, > > Thanks for the response, > > The only issue is when a 3rd party manufacturer *needs* the form: > ;param="the value" > > This form is currently not possible in PJSIP without setting value to "\"the value\"", and then in this case the boundary string is incorrect. > > Setting to "the value", will as you rightly and as PJSIP rightly does, create an escaped version ;param=the%20value. > Right. But aren't you in control of what the delimiter value is? I mean, can't you control the value such that escaping and quoting the parameter will not be necessary? Benny