<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi guys,</div>
<div><br>
</div>
<div>I am using the exec module to generate a SIP INFO message, and this working well.</div>
<div><br>
</div>
<div>However I am trying to create an Event header which contains double quotes, so would look something like;</div>
<div><br>
</div>
<div>Event: Test;id=&quot;2&quot;;category=&quot;RECORDING&quot;;p1=&quot;STOP&quot;;p2=&quot;MASK&quot;;p3=&quot;&quot;;p4=&quot;&quot;</div>
<div><br>
</div>
<div>However when It goes out on the wire (and I look on wireshark) it does not include the double quotes.</div>
<div><br>
</div>
<div>How can I escape double quotes so they can be sent as part of the SIP header?</div>
<div><br>
</div>
<div>I have tried %22 , and some backslash combinations.</div>
<div><br>
</div>
<div>Its fine in terms of in the configuration file, if I use backslash, but not when sent out, so assume its a bash command?</div>
<div><br>
</div>
<div>Any help/tips would be great!</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>Jon</div>
<br>
<p></p>
</div>
</body>
</html>