HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
810 HP C SIP Stack Message Layer Reference Guide
Control Functions
unique-boundary-1
Content-Type: application; charset=ISO-10646
v=0
o=audet 2890844526 2890842807 5 IN IP4 134.177.64.4
c=IN IP4 MG141.nortelnetworks.com
t= 2873397496 2873404696
m=audio 9092 AVP 0 3 4
unique-boundary-1
Content-type:application/QSIG; version=iso
08 02 55 55 05 04 02 90 90 18 03 a1 83 01
70 0a 89 31 34 30 38 34 39 35 35 30 37 32
unique-boundary-1
The body parts are separated into a list of body parts within the body object. The
headers list of each body part is parsed within the appropriate body part object.
To Parse a body object you can either supply a string of your own, or you can
use the body string within the body object, if the body object exists. The second
option can be used when the body was received via the network. The body
object will contain the body string. You can receive this string using
RvSipBodyGetBodyStr(). To receive the length of this string in advance, use
RvSipBodyGetBodyStrLength(). After you retrieve the body string, you can use
RvSipBodyMultipartParse() to parse it.