Opened 7 years ago

Closed 7 years ago

#2003 closed enhancement (fixed)

Add API pjsip_multipart_get_raw() to get raw body of a multipart message body

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.7
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Some SIP applications/servers need to get the raw body of a multipart message body, as otherwise it has to manually print the multipart body (while the original raw body is still available in rdata).

Thanks Peter Koletzki for the suggestion.

Change History (1)

comment:1 Changed 7 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 5569:

Close #2003: Added API pjsip_multipart_get_raw() to get raw body of a multipart message body.

Note: See TracTickets for help on using tickets.