[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
Hello, On 12.01.24 11:56, Benoît Panizzon wrote: > Hi Daniel > >> comma is not allowed in an unquoted value for SIP parameters because >> it is separator for header bodies that are set on the same header >> name. Practically the comma is the end of parameters list. > Thank you for your confirmat

[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Alex Balashov via sr-users
I used base64 encoding transformations to deal with these kinds of problems. — Sent from mobile, apologies for brevity and errors. > On Jan 12, 2024, at 6:11 AM, Benoît Panizzon via sr-users > wrote: > > Hi Daniel > >> comma is not allowed in an unquoted value for SIP parameters because >> i

[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Benoît Panizzon via sr-users
Hi Daniel > comma is not allowed in an unquoted value for SIP parameters because > it is separator for header bodies that are set on the same header > name. Practically the comma is the end of parameters list. Thank you for your confirmation I was on the right track. > It should work with: > >

[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
Hello, On 12.01.24 11:01, Benoît Panizzon via sr-users wrote: > Hey! > > I'm hunting down an issue with xavp_params_explode, maybe somebody has > already come adross it and could confirm it exists and maybe know a > solution? > > xavp_params_explode("a=foo;c=hello,world;e=baar", "x"); > > $xavp(x=