[OpenSIPS-Users] Problem using xlog with variables

2016-12-01 Thread Jan Blom
Hello all, I was going to centralized logging functions to a route block that would be called from various place in script, using $param(n) to access the log message. I got stuck on what I guess is variable evaluation. Simplified this is the problem: The normal (working) way: xlog("L_INFO", "$

[OpenSIPS-Users] Adding Double-Quotes to a SIP header when using exec module opensips 2.1

2016-12-01 Thread Jonathan Hunter
Hi guys, I am using the exec module to generate a SIP INFO message, and this working well. However I am trying to create an Event header which contains double quotes, so would look something like; Event: Test;id="2";category="RECORDING";p1="STOP";p2="MASK";p3="";p4="" However when It goes out