REST API Method: POST /rest/sipcfgcacprofile/{identifier}

Modifies SIP Settings.

URL:

https://192.168.0.111/rest/sipcfgcacprofile/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
EnableCACNoNoEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Allows to enable and disable SIP Call Admission Control.
SkypePresenceClusterIdNoNoint0Possible values:
  • 0 - Minimum
  • 65534 - Maximum
When 0, Skype/Lync Presence is disabled When non-0, represents the Skype/Lync Presence Server. Transport Type must be TLS, with mutual authentication enabled.
SourceIPUntrustedAlarmNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
When 1, the alarm is raised if an INVITE is received from an untrusted source. When 0, the alarm is not raised (disabled)
SkypeEdgeServerClusterIdNoNoint0Possible values:
  • 0 - Minimum
  • 65534 - Maximum
When 0, Skype/Lync Edge Server is disabled When non-0, represents the Skype/Lync Edge Server. Transport Type must be TLS. When non-0, Service message will be sent to the selected Edge server to gather TURN server security tokens. This is applicable only for the SBC 1000/2000 platforms.
TokenDurationNoNoint480Possible values:
  • 60 - Minimum
  • 480 - Maximum
Specifies the number of minutes the security tokens are valid which are recieved from Skype/Lync Edge server. This is applicable only for the SBC 1000/2000 platforms.

This option is available when Edge Server is Enabled.

UserInfoDecodePrefNoNoEnum0Possible values:
  • 0 - eLegacy
  • 1 - eRFC_3261
Selects how to decode UserInfo header: Legacy does not pass through anything past and including ';' RFC3261 passes through all legal values.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels