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", "$
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