Discussion:
[Sip-implementors] VIA HEADER -Sent-By
innovation.interops
2005-05-19 12:02:19 UTC
Permalink
Hello all,

RFC 3261 says Before a request is sent, the client transport MUST insert a value of the "sent-by" field with FQDN or IP and Port into the Via header field.

I dont see an UAC inserting a sent-by in the VIA header.Normally a VIA header would look like this,

INVITE sip:bob at biloxi.com SIP/2.0
Via: SIP/2.0/UDP pc33.atlanta.com;branch=z9hG4bKnashds8
Max-Forwards: 70
To: Bob <sip:bob at biloxi.com>
From: Alice <sip:alice at atlanta.com>;tag=1928301774

The above VIA with Default port as 5060,transport as UDP and PC33.atlanta.com as FQDN is sufficient enough to send the response back to the client in case of any connection error or Transport error encountered at the server.

Can any one explain the Significance of sent-by.

Thanks in Advance










Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin at wipro.com immediately
and destroy all copies of this message and any attachments.
Dale Worley
2005-05-19 15:17:54 UTC
Permalink
Post by innovation.interops
RFC 3261 says Before a request is sent, the client
transport MUST insert a value of the "sent-by" field with
FQDN or IP and Port into the Via header field.
Via: SIP/2.0/UDP pc33.atlanta.com;branch=z9hG4bKnashds8
The portion "pc33.atlanta.com" is called the "sent-by field". Compare with
the BNF rules "Via" and "via-parm" in section 25.1 of RFC 3261.

Dale

Continue reading on narkive:
Loading...