1. Brekeke Product Name and Version: 3.3.1.2 Advanced
2. Java version:
3. OS type and the version: windows 7
4. UA (phone), gateway or other hardware/software involved: softsipphone
5. Your problem:
Hi,
I want to unregister a specific user, e.g. User_ID=10 instead of unregistering all active users with command regclear. Also, I need to know whole command list of Brekeke that can be executed with $action=..., like regclear, block etc.
Unregistering a specific user with an internal command
Moderator: Brekeke Support Team
Unregistering a specific user with internal command
Hi Laurie,
Let me explain the issue to make clear: I want to unregister a specific user from the SIP server as an admin. Ofcourse it can be done manually from the GUI of Brekeke. However, I want to do it with a Dial Plan automatically using some internal code. In Wiki pages of Brekeke for example by using $action=regclear, it is stated that all registered users can be unregistered. But, I wonder how I can unregister a specific user at SIP server by using an internal command like regclear not the all users.
Let me explain the issue to make clear: I want to unregister a specific user from the SIP server as an admin. Ofcourse it can be done manually from the GUI of Brekeke. However, I want to do it with a Dial Plan automatically using some internal code. In Wiki pages of Brekeke for example by using $action=regclear, it is stated that all registered users can be unregistered. But, I wonder how I can unregister a specific user at SIP server by using an internal command like regclear not the all users.
Unregistering a specific user with internal command
Why do you need to remove a specific user from the register database?
If a SIP UA 'unregister message' does not reach to Brekeke SIP Server due to internet connection etc., multiple registration problem occurs at the SIP server because SIP UA keeps changing TCP source port for each registration without unregistration. So, we want to handle such problem such that if multiple registration problem exists, SIP server can recognize the issue and unregister the old session. Otherwise in multi registration situation system shows unsteady behavior.
If a SIP UA 'unregister message' does not reach to Brekeke SIP Server due to internet connection etc., multiple registration problem occurs at the SIP server because SIP UA keeps changing TCP source port for each registration without unregistration. So, we want to handle such problem such that if multiple registration problem exists, SIP server can recognize the issue and unregister the old session. Otherwise in multi registration situation system shows unsteady behavior.