Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(28  of  93)

SIP Header — From

Section 20.20 of RFC 3261  and  ABNF in RFC 3261
See also:  To

From =
( "From" /  "f" )  HCOLONfrom-spec

; examples:
; From: Alice <sip:alice@atlanta.example.com>;tag=9fxced76sl
; From: "Anonymous" <sip:anonymous@anonymous.invalid>;tag=1928301774

Top
from-spec =
( name‑addr /  addr‑spec )  *( SEMIfrom‑param )
Up
from-param =
Up
tag-param =
"tag"  EQUALtoken
Up

Top