Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
This section describes the SIP Registration commands to accomplish the following activities:
Use this command to reset the SIP registration count.
Code Block | ||
---|---|---|
| ||
> request addressContext <addressContext name> sipRegCountReset |
The following example resets SIP registration count for address context “default”:
Code Block | ||
---|---|---|
| ||
request addressContext default sipRegCountReset result success reason Registration Count is Reset |
Use this command to provide flexibility in disabling/resetting adaptive NAT pinhole learning process for a specific user already registered with the
. Spacevars 0 product
Code Block | ||
---|---|---|
| ||
> request addressContext <addressContext name> sipRegistrationAdaptiveNatLearning action <disable | reset> id <registration id number> |
Caption | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
The following example disables the NAT pinhole learning process for registered user with an ID of 13:
Code Block | ||
---|---|---|
| ||
request addressContext default sipRegistrationAdaptiveNatLearning id 13 action disable |
Use this object to delete a SIP registration by the user’s ID number.
Code Block | ||
---|---|---|
| ||
> request addressContext <addressContext name> sipRegistrationDeleteById id <registration id> |
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Info | ||
---|---|---|
| ||
The surrogate registration is not deleted by the following command. |
Code Block | ||
---|---|---|
| ||
request addressContext default sipRegistrationDeleteById id 13 result success |
Use this object to delete a SIP registration by the IP address using the Registrar’s IP address (found in sipActiveGroupRegStatus
table).
Code Block | ||
---|---|---|
| ||
> request addressContext <addressContext name> sipRegistrationDeleteByIp ipAddress <ip address> |
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Info | ||
---|---|---|
| ||
The surrogate registration is not deleted by the following command. |
Code Block | ||
---|---|---|
| ||
request addressContext default sipRegistrationDeleteByIp ipAddress 10.20.128.13 result success |
Pagebreak |
---|