| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| deviceIdentifier | DeviceIdentifier | Call Server identifier of the device for which the call leg is for. | Mandatory |
| sipContactIdentifier | SipContactIdentifier | The UUID value from the Contact header sip.instance tag. For an inbound call from an unregistered device, this will be the value provided in the INVITE, if any. For a registered device, it will be the value provided in the registration, or if none was provided, a system-generated value. This field helps to distinguish between devices registered using the same SipUri and behind a VBP, and also to correlate inbound calls from unregistered devices. | |
| ipAddress | string | IP address of the device for which the call leg is for. | |
| deviceName | string | Name of the device for which the call leg is for. | |
| deviceModel | string | Model of the device for which the call leg is for. | |
| deviceVersion | string | Version of the device for which the call leg is for. | |
| aliases | Array of string | A list of aliases associated with the device for which the call leg is for. | |
| registrationStatus | RegistrationStatus | Registration status of the device for which the call leg is for. | |
| site | string | Site associated with the device for which the call leg is for. | |
| territory | string | Territory associated with the device for which the call leg is for. | |
| authenticationName | string | Authentication Name. | |
| authenticationStatus | string | Authentication Status. |
| Name | Type | Restrictions |
|---|---|---|
| RegistrationStatus | string | Value must be one of:
|
| SipContactIdentifier | string | Length of value must be >=1 Length of value must be <=36 |
| DeviceIdentifier | string | Length of value must be >=1 Length of value must be <=36 |