Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel2
minLevel2

This section describes the SIP Registration commands to accomplish the following activities:

  • Reset the SIP registration count.
  • Provide flexibility in disabling/resetting adaptive NAT pinhole learning process for a specific user already registered with the SBC.
  • Delete a SIP registration by the user’s ID number.
  • Delete a SIP registration by the IP address using the Registrar’s IP address


sipRegCountReset

 Use this command to reset the SIP registration count.

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> sipRegCountReset

 

Command Example

The following example resets SIP registration count for address context “default”: 

Code Block
languagenone
request addressContext default sipRegCountReset 
result success reason Registration Count is Reset

 

sipRegistrationAdaptiveNatLearning

Use this command to provide flexibility in disabling/resetting adaptive NAT pinhole learning process for a specific user already registered with the

Spacevars
0product
.

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> 
   sipRegistrationAdaptiveNatLearning
   action <disable | reset>
   id <registration id number> 

 

Command Parameters

Caption
0Table
1SIP Registration Adaptive NAT Learning Request Parameters
3SIP Registration Adaptive NAT Learning Request Parameters

Parameter

Description

sipRegistrationAdaptiveNatLearning

Reset/disable adaptive NAT pinhole learning process.

id

Registration ID of the user. <id number>

action

Action to perform. Arguments include:

  • disable
  • reset

 

Command Example

The following example disables the NAT pinhole learning process for registered user with an ID of 13:

Code Block
languagenone
request addressContext default sipRegistrationAdaptiveNatLearning id 13 action disable

 

sipRegistrationDeleteById

Use this object to delete a SIP registration by the user’s ID number.

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> sipRegistrationDeleteById id <registration id>

 

Command Parameters

Caption
0Table
1SIP Registration Delete By Id Request Parameters
3SIP Registration Delete By Id Request Parameters

Parameter

Description

sipRegistrationDeleteById

Delete SIP registration for the specified ID.

id

Registration ID of user. <id number>

 

Info
titleNote

The surrogate registration is not deleted by the following command.

 

Command Example

Code Block
languagenone
request addressContext default sipRegistrationDeleteById id 13
result success 

 

sipRegistrationDeleteByIp

Use this object to delete a SIP registration by the IP address using the Registrar’s IP address (found in sipActiveGroupRegStatus table).

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> sipRegistrationDeleteByIp ipAddress <ip address>

 

Command Parameters

Caption
0Table
1SIP Registration Delete By Ip Request Parameters
3SIP Registration Delete By Ip Request Parameters

Parameter

Description

sipRegistrationDeleteByIp

Delete SIP registration associated with the specified IP address.

ipAddress

IP address of the Registrar. <ip address>

 

Info
titleNote

The surrogate registration is not deleted by the following command.

 

Command Example

Code Block
languagenone
request addressContext default sipRegistrationDeleteByIp ipAddress 10.20.128.13 
result success

 

Pagebreak