Don't add country code to phone numbers
Currently we us e_phone_number_from_string ()
to parse phonenumbers in multiple places. This function adds a country code (in our cases the default one based on the locale). Since we can call phonenumbers without country code i think there isn't any point of adding the country code.