Bulk deletion of current registrations

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
vnandam
Posts: 7
Joined: Fri Mar 14, 2008 7:19 pm

Bulk deletion of current registrations

Post by vnandam »

1. Brekeke Product Name and version:
SIP Server Version 2.1.6.2 Academic
2. Java version:

3. OS type and the version:
Windows
4. UA (phone), gateway or other hardware/software involved:
IMS_bench/SIPp and other soft clients
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 1

6. Your problem:
We are setting up a test system involving large (20K+) set of subscribers.
Sometimes the test system can go down without de-registering the subscribers.
Before we can start afresh, need to delete old registrations. Wondering if there
is a way to delete all current registrations? Tried using a perl script to send
a series of deregistrations but data gathering and set up is very time consuming.

Appreciate any recommendations.
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

How about the following way??

--------------------------
[Matching Patterns]
$request = ^INVITE
To = 9999@

[Deploy Patterns]
$action = regclear
--------------------------

If you dial "9999", all current registrations will be removed.
vnandam
Posts: 7
Joined: Fri Mar 14, 2008 7:19 pm

please ealborate

Post by vnandam »

Appreciate your suggestion. I am anxious to try it. I am new to Brekeke.
Could you please give the steps to implement your suggestion.

Regards
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

Did you read the manual?

http://www.brekeke-sip.com/download/bss ... min_en.pdf
Page 35 will help you.
vnandam
Posts: 7
Joined: Fri Mar 14, 2008 7:19 pm

Post by vnandam »

Thanks for the hint. I see there is lot more I need to read. - Thanks!
vnandam
Posts: 7
Joined: Fri Mar 14, 2008 7:19 pm

Clear all registrations worked

Post by vnandam »

Thanks for the suggestion -
$action = regclear
worked nicely to clear all existing registrations.
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

I am glad to know it :-)
Post Reply