Skip to content

Strip invalid characters from phone number

Mohammed Sadiq requested to merge (removed):wip/sadiq/fix-invalid-numbers into master

the characters "() -" are used for formatting a phone number. But ModemManager works only with plain numbers without any formatting.

Only characters used for formatting numbers are stripped.

Merge request reports