Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(15  of  93)

SIP Header — Content-Disposition

Section 20.11 of RFC 3261  and  ABNF in RFC 3261  —  IANA
RFC 2183Section 2
RFC 3204Section 6, p. 8 (for "handling")

Content-Disposition =
"Content‑Disposition"  HCOLONdisp‑type  *( SEMIdisp‑param )

; example:
; Content-Disposition: session;handling=optional

Top
disp-type =
"render" /  "session" /  "icon" /  "alert" /  ; see  RFC 3261
"aib" /  ; see  RFC 3893Section 2
"early-session" /  ; see  RFC 3959Section 4
"by-reference" /  ; see  RFC 5621Section 9.4
disp‑extension‑token
Up
disp-extension-token =
Up
disp-param =
Top
handling-param =
"handling"  EQUAL  ( "optional" /  "required" /  other‑handling )
Up
other-handling =
Up

Top