About this Resource

Defines a SIP Local Passthrough Authorization Entry resource to describe a given SIP Local Passthrough Authorization Table.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
AorTypeYesYesEnum1Possible values:
  • 0 - e_HostNone
  • 1 - e_HostLocal
  • 2 - e_HostRemote
  • 3 - e_HostStatic
Specifies how the Address of Record (AOR) is received from a SIP endpoint
  • Local
    - the contact registrant is the SBC
  • Remote
    - the contact registrant is a separate SIP Server/Proxy host
AORYesYesstringnone512 - Max Length Identifies the address of record for this client to be registered to the SIP server. If Type of Address of Record is set to Remote, the URI must contain protocol:user@host, for example: sip:17324609000@remoterserver.com. When the SBC receives a SIP request, this authorization table is searched for a match and uses the realm/user/password to challenge the request.
UserYesNostringnone64 - Max Length Specifies the user name used by the proxy to challenge a request message.
EncryptedPasswordYesNostringnone64 - Max Length Encrypted password used along with the user name to calculate digest authentication.