Class User.UserGetRegistrationListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    User

    public static class User.UserGetRegistrationListResponse
    extends Response
    Response to UserGetRegistrationListRequest. The registrationTable table column headings are: "Device Level", "Device Name", "Order", "URI", "Expiration", "Line/Port", "Endpoint Type", "Public Net Address", "Public Port", "Private Net Address", "Private Port", "User Agent", "Lockout Started", "Lockout Expires", "Lockout Count", "Access Info", "Private Identity", "SIP Instance ID", "Supports Only CS Media", "Feature Parameters", "Supports Voice Over PS". The following columns are only used in AS and Amplify data modes: "Order", "Public Net Address", "Public Port", "Private Net Address", "Private Port", "Lockout Started", "Lockout Expires", "Lockout Count". The following columns are only used in XS data mode: "Private Identity", "SIP Instance ID", "Supports Only CS Media", "Feature Parameters", "Supports Voice Over PS". The "Device Level" column contains one of the AccessDeviceLevel enumerated constants. The expiration column will be empty when the registration is static. In XS data mode, its value will be 0 when the registration is dynamic regardless of the registration's actual expiration date. The Endpoint Type column contains one of the enumerated EndpointType21sp1 values. The value Mobility in Endpoint Type is only applicable in AS data mode. The Endpoint Type is empty when the registration is against a TELURI. The table is sorted by: telURI (after SIPURI), Line/Port, static (after dynamic), order. Lockout times are shown in GMT offset. When a permanent lockout is shown, the "Lockout Expires" column is empty and the "Lockout Count" column contains the word Permanent.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form