All
        I had the following confusion related to use of multiple message parts in a 
SIP message.
I did not find anything in the SIP RFC related to use of multiple Content-Length 
headers.

What if I have the SIP msg looking like the following and assume the following
1. Ist Content-Length maps to the 1st body part.
2. Body parts split using CRLFCRLF.
3. Content-Length does not include the last CRLF.
4. There shall be as many Content-Length headers as there are body parts.

SIPMSG_START
Hdr1
Hdr2
...
Content-Length: 139
Content-Length: 150

II_MSGBODY_PART
 
II_MSGBODY_PART

SIPMSG_END

Please clarify the following for me
1. Is this allowed?
2. If not, why not? (I know that the above approach restricts the ordering of multiple 
Content-Length headers. Is that the reason?)

Regards,
krish
_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to