-
Phone numbers with area code '227' are not valid:
```
phone = "227-220-1449"
Phonelib.parse(phone).valid?
```
returns `false`
-
Parsing a valid DO number does return 'DO' as the country:
```ruby
2.7.2 :031 > Phonelib.parse("+1 809-538-0020").country
=> "DO"
```
But the country_code for dialing is simply returned as '…
-
It's returning true for an invalid phone number.
Numbers in Italia have 10 digits.
```
[17] pry(main)> Phonelib.valid_for_country?('+39348727418', :it)
=> true
```
-
Adding support for validating a phone number would be helpful.
-
I created a sample number based off the number of one of our users. Running `Phonelib.valid?('+22501234567')` returns true in `0.6.50`, but false in `0.6.51`. I glanced at the `libphonenumber` changel…
-
Hello, this number `+33690687351` was valid on `Version 0.6.44` but on `Version 0.6.48` it says it's not valid.
Do you know what have changed in those minor versions that could have affected this?
…
-
I'm getting many validation failures on different phone numbers from the British Channel Islands (for example, Jersey).
-
```
Hi !
How can i compile my red5phone.lzx source file to fully workable swf file?
Ihave been modify sources and i need to compile it. But when i make some
swf file (swf 8 / 9 /10), its not fully w…
-
```
Hi !
How can i compile my red5phone.lzx source file to fully workable swf file?
Ihave been modify sources and i need to compile it. But when i make some
swf file (swf 8 / 9 /10), its not fully w…
-
```
Hi !
How can i compile my red5phone.lzx source file to fully workable swf file?
Ihave been modify sources and i need to compile it. But when i make some
swf file (swf 8 / 9 /10), its not fully w…