| Name | Type | Description | Notes |
|---|---|---|---|
| recordType | String | Identifies the type of the resource. | [optional] |
| status | StatusEnum | The current registration status of your SIP connection | [optional] |
| sipUsername | String | The user name of the SIP connection | [optional] |
| ipAddress | String | The ip used during the SIP connection | [optional] |
| transport | String | The protocol of the SIP connection | [optional] |
| port | Integer | The port of the SIP connection | [optional] |
| userAgent | String | The user agent of the SIP connection | [optional] |
| lastRegistration | String | ISO 8601 formatted date indicating when the resource was last updated. | [optional] |
| Name | Value |
|---|---|
| NOT_APPLICABLE | "Not Applicable" |
| NOT_REGISTERED | "Not Registered" |
| FAILED | "Failed" |
| EXPIRED | "Expired" |
| REGISTERED | "Registered" |
| UNREGISTERED | "Unregistered" |