you can specify sip device authentication settings for inbound device authentication. Content-Type: application/vnd.plcm.plcm-sip-device-authentication-settings+xml. All attributes are used in ETag calculation except for entity-tag and atom-links.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
useDefaultRealm | boolean | It sets the realm for the Call Server to the cluster’s domain as specified on the Network Settings page (allowing each cluster of a supercluster to have its own realm). If no domain is specified on the Network Settings page, the default realm value is sip.dma. | Mandatory |
realm | Realm | The realm string in an authentication challenge tells the challenged device the protection domain for which it must provide credentials. Generally, it includes the domain label of the Call Server. | |
enableProxyAuthentication | boolean | It configures the Call Server to respond to unauthenticated requests with 407 (Proxy Authentication Required) If it is false, the Call Server responds to unauthenticated requests with 401 (Unauthorized). | Mandatory |
authenticationValidTimeSeconds | int | It specifies the time period within which the Call Server doesn’t re-challenge a device that previously authenticated itself. | Mandatory |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
Realm | string | Length of value must be >=1 Length of value must be <=128 |