The phone number is not parsed correctly as if the gateway would like to have it. The Gateway wants to have only digits, so every non digit has to removed.
The phone number is not parsed correctly as if the gateway would like to have it. The Gateway wants to have only digits, so every non digit has to removed.
Comments
Comment #1
McGo commentedThe phone number will be modified in 2 ways: existing + signs will be replaced with 00. Afterwards all non-digit characters will be removed. So the phone number +49 (123) 456-1234 will be 00491234561234 afterwards.