Hello,

I want to get a body for content-type "application/isup" but I have the following error:

 4(16) DEBUG: textops [textops.c:3394]: ki_get_body_part_helper(): found content type application/isup
 4(16) ERROR: textops [textops.c:3397]: ki_get_body_part_helper(): no CRLF found after content type

Here is the INVITE sent:

      INVITE sip:+883390000010022@[remote_ip]:[remote_port];user=phone SIP/2.0
      From: <sip:+883390000010007@[local_ip];user=phone>;tag=[call_number]
      To: <sip:+883390000010022@[remote_ip];user=phone>
      Max-Forwards: 70
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      Route: <sip:[local_ip]:[local_port];transport=udp;lr>
      Record-Route: <sip:[local_ip]:[local_port];transport=udp;lr>
      Call-ID: [call_id]
      CSeq: 1 INVITE
      P-Asserted-Identity: <sip:+883390000010007@[local_ip]:[local_port];user=phone>
      Accept: application/sdp,application/isup,multipart/mixed
      Allow: INVITE,ACK,CANCEL,BYE,OPTIONS,INFO,PRACK,UPDATE
      P-Charging-Vector: icid-value=IBCF-1-161460836711652742337;icid-generated-at=BC00.QX00.ORANGE-MSS.FR;orig-ioi=ORANGE-MSS.FR
      Supported: 100rel
      Content-Type: multipart/mixed;boundary=unique-boundary-1
      MIME-Version: 1.0
      Contact: <sip:[local_ip]:[local_port];transport=udp>
      Content-Length:[len]

      --unique-boundary-1
      Content-Type: application/sdp

      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=-
      c=IN IP[local_ip_type] [local_ip]
      t=0 0
      a=sendrecv
      m=audio [media_port] RTP/AVP 8 96
      b=RR:0
      b=RS:0
      a=rtpmap:8 PCMA/8000
      a=rtpmap:96 telephone-event/8000
      a=fmtp:96 0-15
      a=ptime:20
      a=maxptime:40

      --unique-boundary-1
      Content-Type: application/isup;version=spirou;base=itu-t92+
      Content-Disposition: signal;handling=required

      \x01\x11\x20\x01\x0a\x00\x02\x0c\x0a\x04\x10\x88\x33\x09\x00\x00\x01\x20\xf2\x0a\x0a\x84\x13\x88\x33\x09\x00\x00\x01\x00\x07\x1d\x03\x80\x90\xa3\x3f\x07\x83\x97\x26\x87\x41\x00\x00\x39\x04\x34\xc0\x3f\xc0\x00
      --unique-boundary-1--

CRLF is well added at the end of Content-Type header, is anybody could help me to solve this issue?
Regards,

Anthony