> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for PhoneType

> Lists the enum values for PhoneType.

## PhoneType Enum

Bit mask, combines phone type (EPhoneType) and owner type (EOwnerType)

| Name              | Value | Description                          |
| ----------------- | ----- | ------------------------------------ |
| Unknown           | 0     | Unknown - used when initializing     |
| ContactPhone      | 1     | Telephone number for a contact.      |
| ContactFax        | 3     | Facsimile number for a contact       |
| PersonDirectPhone | 16385 | Direct dial telephone for a person   |
| PersonDirectFax   | 16387 | Direct facsimile number for a person |
| PersonPrivate     | 16388 | Private telephone for a person       |
| PersonMobile      | 16389 | Cellular telephone for a person      |
| PersonPager       | 16390 | Pager number for a person            |

## Usage

* [phone](../phone).ptype\_idx - Contact and Person phonenumbers (+fax)


## Related topics

- [Enum PhoneType](/en/automation/crmscript/reference/CRMScript.NetServer.PhoneType.md)
- [Enum values for TaskType](/en/database/tables/enums/tasktype.md)
- [Enum values for DocTmplType](/en/database/tables/enums/doctmpltype.md)
- [Enum values for AppointmentType](/en/database/tables/enums/appointmenttype.md)
- [Enum values for AppntRecordType](/en/database/tables/enums/appntrecordtype.md)
- [Enum values for PublishType](/en/database/tables/enums/publishtype.md)
