Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(30  of  93)

SIP Header — Geolocation-Error

RFC 6442Section 4.4Section 8.6

Geolocation-Error =
"Geolocation-Error"  HCOLONlocationErrorValue

; example:
; Geolocation-Error: 100 ; code="Cannot Process Location"

Top
locationErrorValue =
Up
location-error-code =
1*3DIGIT
Up
location-error-params =
Up
location-error-code-text =
"code"  EQUALquoted‑string
; 100   "Cannot Process Location"
; 200   "Permission To Use Location Information"
; 201   "Permission To Retransmit Location Information to a Third Party"
; 202   "Permission to Route based on Location Information"
; 300   "Dereference Failure"
Up

Top