<p>as Daniel already told, the URI parameter should not contain non escaped double quotes:<br>
<a href="https://www.ietf.org/rfc/rfc3261.txt">https://www.ietf.org/rfc/rfc3261.txt</a></p>

<p>URI parameters: Parameters affecting a request constructed from<br>
         the URI.</p>

<pre><code>     URI parameters are added after the hostport component and are
     separated by semi-colons.

     URI parameters take the form:

        parameter-name "=" parameter-value

     Even though an arbitrary number of URI parameters may be
     included in a URI, any given parameter-name MUST NOT appear
     more than once.
</code></pre>

<p>The angle-bracket "<" and ">" and double-quote (") characters are<br>
   excluded because they are often used as the delimiters around URI in<br>
   text documents and protocol fields.  The character "#" is excluded<br>
   because it is used to delimit a URI from a fragment identifier in URI<br>
   references (Section 4). The percent character "%" is excluded because<br>
   it is used for the encoding of escaped characters.</p>

<p>delims      = "<" | ">" | "#" | "%" | <"></p>

<p>ask your vendor to fix it or make a workaround in the captagent/sipcapture module</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/9#issuecomment-66745740">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZW-vKSeL8R7to3OB1yIbbjWFUrL7ks5nWqJsgaJpZM4DHPJB.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/9#issuecomment-66745740"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>