daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

Fixtures for fixed_line number type #264

Closed WhatTheAncient closed 1 year ago

WhatTheAncient commented 1 year ago

Hello, could you please share some of the numbers your library recognizes as fixed_line? I tried find some in Internet but there are no information

daddyz commented 1 year ago

Hi @WhatTheAncient, here is UK example:

Phonelib.parse('+441212345678').valid? # => true 
Phonelib.parse('+441212345678').type # => :fixed_line