Phone Number Storage

As of Unity 3.47.1 Aspenware the following logic determines the format by which phone numbers are stored depending on the resort’s location:

  1. For resorts in the USA and Canada, US and Canadian phone numbers are in RTP without a country code (FormatCode of 1):

    1. Example: US-Colorado phone# 9705551234

    2. Example: Canada-Toronto phone#: 4165551234

  2. For resorts in the USA and Canada, non-US and Canadian phone numbers are stored with the country code (FormatCode 2):

    1. Example Italy phone #: 390226830102

  3. For resorts in Australia, Australian phone numbers are saved in RTP without the country code (FormatCode 1):

    1. Example AUS phone#: 0412345678

      1. Note: this is a change from storing as the following 610412345678

  4. For resorts in Australia, non-Australian phone numbers are stored in RTP with the country code (FormatCode 2):

    1. Example NZ phone#: 6440987654

  5. For resorts in New Zealand, New Zealand phone numbers are stored in RTP without the country code (FormateCode 1)

    1. Example NZ phone#: 40987654

      1. Note: this is a change from storing as the following 6440987654

  6. For resorts in New Zealand, non-New Zealand phone numbers are stored in RTP with the country code (FormatCode 2)

    1. Example AUS phone#: 610412345678