Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phone numbers not valid #95

Open
twk-b opened this issue Feb 26, 2020 · 0 comments
Open

phone numbers not valid #95

twk-b opened this issue Feb 26, 2020 · 0 comments

Comments

@twk-b
Copy link

twk-b commented Feb 26, 2020

phone_formats: ['###-###-####'],

this format is not really valid, needs to be

['200-200-0000']
where:
0 replaced by 0-9
2 replaced by 2-9

otherwise the number generated is not valid the first number in the area code and the prefix cannot be 0 or 1 (ie the ones replaced with 2s above)

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

No branches or pull requests

1 participant