using googles PhoneNumberUtil, the c# ported version I am trying to dial a numbers like below
441392200200 (that have the plus(+) prefix missing)
it has obviously the missing plus char at the beginning, i.e. it should be +441392200200
Is there any function in this library that I overlooked to automatically correct the number so it actually matches a valid number, I could simply add the plus char but its a little complicated given the dialing rules globally, I wouldnt know at what length the number should be to add the plus char
Any thoughts?
maybe this?
http://code.google.com/p/libphonenumber/