REST API Method: PUT /rest/sipremoteauthtable/{identifier}/sipremoteauthentry/{identifier}

Creates a SIP Remote Authorization Table Entry given a specific Table Entry ID in a given SIP Remote Authorization Table.

URL:

https://192.168.0.111/rest/sipremoteauthtable/{identifier}/sipremoteauthentry/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
RealmNoNostringnone512 - Max Length Specifies a realm which is matched to an incoming challenges realm.
UserYesNostringnone64 - Max Length Specifies a user name to use to in response to challenge, also known as AuthenticationID.
EncryptedPasswordYesNostringnone64 - Max Length Encrypted password used along with the user name to calculate digest authentication.
FromURIUserMatchYesNoEnum0Possible values:
  • 0 - eAuthenticationID
  • 1 - eRegex
Indicates what field the incoming From header URI User value will be matched against. Authentication ID value or Match Regex value.
MatchRegexNoNostringnone128 - Max Length This field is visible only if "From URI User Match" is set to Regex. This 'match' regular expression will be matched against the incoming From Header->username field (AOR) .

  • No labels