Hi, some headers can appear more than one time:
- Various COMA sepparated values in an unique header row.
- Various headers with same header-name.

For example:

  Via: SIP/2.0/UDP 88.99.0.210;branch=z9hG4bKded7.489e8e96.0
  Via: SIP/2.0/UDP 192.168.1.58;received=1.2.3.4;branch=z9hG4bKvsvfsbjg

or:

  Via: SIP/2.0/UDP 88.99.0.210;branch=z9hG4bK035a.0a4552d7.0,SIP/2.0/UDP 
192.168.1.58;received=1.2.3.4;branch=z9hG4bKvsvfsbjg

I'd like to know if there is any case of header in with a SIP node needs to
examinate not just the top value but the second, third, last...

For example, in the case of "Via" header AFAIK a SIP node jsut needs to 
parse and modify the top Via header, but no others Via values.

Thanks a lot.


-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to