You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am receiving text messages from my mobile provider (KPN in Netherlands) the phone number cannot be parsed and an error is thrown:
"Phone number invalid, only numbers and '+' prefix allowed"
This is caused by the fact that in TXSMSPacket.java the phone number is matched against:
"^\+?\d+$"
Since the phone number field from my provider apparently contains the text "KPN" a text message from this provider can never be received.
The text was updated successfully, but these errors were encountered:
When I am receiving text messages from my mobile provider (KPN in Netherlands) the phone number cannot be parsed and an error is thrown:
"Phone number invalid, only numbers and '+' prefix allowed"
This is caused by the fact that in TXSMSPacket.java the phone number is matched against:
"^\+?\d+$"
Since the phone number field from my provider apparently contains the text "KPN" a text message from this provider can never be received.
The text was updated successfully, but these errors were encountered: