About this Resource

Defines a SIP Remote Authorization Entry resource to describe a given SIP Remote Authorization Table.

REST API Methods for this Resource

Resource Schema

Configuration

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) .