<div dir="ltr">Hello friends!<br><div><br></div><div>In version: opensips 3.2.8 (x86_64/linux)</div><div>I observe strange behavior of the dialplan module. the value returned to the $var(out) variable is wrapped in quotes. In version 3.2.5 no such behavior was observed. this forces you to do additional work with the result obtained in order to use it further.<br></div><div><br></div><div>my config </div><div>if (dp_translate(0, $fn, $var(dp_out), $var(dp_attrs))) {</div>      xlog("L_INFO", "$ci translated to var $var(dp_out) with attributes: '$var(dp_attrs)'\n");<div>      ...</div><div>} </div><div><br></div><div>show in console </div><div><br></div><div>/usr/sbin/opensips[30318]: 287b5bea-26c4-11ed-abcd-016f252b0962 translated to var "000012345" with attributes: 'test'<br></div><div><br></div><div>as you can see the value is wrapped in quotes<br></div><div>if you try to use the value of the variable in some other place, for example in uac_replace. quotation marks are also present<br></div></div>