Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

DTMF tone should be defined as ABNF #142

Open
marcoscaceres opened this issue Jun 18, 2013 · 3 comments
Open

DTMF tone should be defined as ABNF #142

marcoscaceres opened this issue Jun 18, 2013 · 3 comments
Milestone

Comments

@marcoscaceres
Copy link
Contributor

The spec should define DTMF tone as ABNF, so that it can be more easily used in various algorithms.

0-9; A-D; *; #.

@marcoscaceres
Copy link
Contributor Author

Something like.

tone = DIGIT / menu / symbols
menu = %x41-44; A-D
symbol = "*" / "#"

@zolkis
Copy link
Contributor

zolkis commented Aug 22, 2013

@marcoscaceres
Copy link
Contributor Author

Yeah, but it's more so we know how to deal with things like case handling, etc.... just make it easier to write tests for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants