RFC Errata
RFC 4730, "A Session Initiation Protocol (SIP) Event Package for Key Press Stimulus (KPML)", November 2006
Source of RFC: sipping (rai)See Also: RFC 4730 w/ inline errata
Errata ID: 13
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Eric Burger
Date Reported: 2006-11-30
Verifier Name: Cullen Jennings
Date Verified: 2009-01-08
Section 5.1 says:
DRegexCharacter = DIGIT / "A" / "B" / "C" / "D" / "R" / "*" / "#" / "a" / "b" / "c" / "d" / "r"
It should say:
DRegexCharacter = DIGIT / "A" / "B" / "C" / "D" / "R" / "X" / "*" / "#" "a" / "b" / "c" / "d" / "r" / "x"
Notes:
The ABNF for DRegex (page 29) is missing an 'x'.