Hi,<br><br>I'm trying to use the SIPAddHeader application to add a header containing to semicolon separated strings like this:<br><br>exten => 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't change anything.
<br>exten => 12, 1, SIPAddHeader("X-TestHeader:a=test1;b=test2")<br><br>Do you have an idea how to achieve it?<br><br>Thank you,<br>Thomas<br>