REST API Method: PUT /rest/siplocalauthtable/{identifier}/siplocalauthentry/{identifier}

Creates a SIP Local Passthrough Authorization Table Entry given a specific Table Entry ID in a given SIP Local Passthrough Authorization Table.

URL:

https://192.168.0.111/rest/siplocalauthtable/{identifier}/siplocalauthentry/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Parameters

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.

  • No labels