Hi,<br><br>I&#39;m trying to use the SIPAddHeader application to add a header containing to semicolon separated strings like this:<br><br>exten =&gt; 12, 1, SIPAddHeader(X-TestHeader:a=test1;b=test2)<br><br>But in the resulting INVITE message only the first part (X-TestHeader:a=test1) is added. Setting into quotation mark doesn&#39;t change anything.
<br>exten =&gt; 12, 1, SIPAddHeader(&quot;X-TestHeader:a=test1;b=test2&quot;)<br><br>Do you have an idea how to achieve it?<br><br>Thank you,<br>Thomas<br>