[sr-dev] [kamailio] sipcapture: "core parsing of SIP message failed" with tcp defragmented message (#9)

Alexandr Dubovikov notifications at github.com
Fri Dec 12 09:44:28 CET 2014


as Daniel already told, the URI parameter should not contain non escaped double quotes:
https://www.ietf.org/rfc/rfc3261.txt

   URI parameters: Parameters affecting a request constructed from
         the URI.

         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.



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

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


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


---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/9#issuecomment-66745740
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20141212/a0e9f1ae/attachment.html>


More information about the sr-dev mailing list