<div dir="ltr">Hi. I building external presentity service for web based phones<br><br><br>Main trouble that i have at the xml body of PUBLISH message \n \t characters and because of it can't set body as string to the redis<br><br>So I trying to find a way to remove special characters form the xml body for get oneline string instead of multiline<br><br>I use native .cfg file for now and, unfortunattely, can not use lua or phyton<br><br>I tried <br><br>$var(body)=$(rb{s.rm,$var(RemoveThisStaff)}) where <br>$var(RemoveThisStaff) = "\n" and "\t"<br><br>but it was unsuccesfull. Maybe someone will help to kno how to do it.</div>