Got ParseException on tel:#123#;phone-context=
atlanta.com
---------------------------------------------------------
Key: CIPANGO-207
URL:
http://jira.cipango.org/browse/CIPANGO-207
Project: cipango
Issue Type: Bug
Affects Versions: 3.0.0.M1, 2.1.1
Reporter: Nicolas Trangosi
Assignee: Nicolas Trangosi
Got java.text.ParseException: Invalid phone number #123# in URI tel:#123#;phone-context=
atlanta.com
at org.cipango.sip.TelURLImpl.parse(TelURLImpl.java:73)
at org.cipango.sip.TelURLImpl.<init>(TelURLImpl.java:49)
at org.cipango.sip.URIFactory.parseURI(URIFactory.java:29)
According to [RFC 3966|
http://www.ietf.org/rfc/rfc3966.txt], local tel URIs are defined:
{noformat}
local-number = local-number-digits *par context *par
local-number-digits =
*phonedigit-hex (HEXDIG / "*" / "#")*phonedigit-hex
phonedigit-hex = HEXDIG / "*" / "#" / [ visual-separator ]
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira