1. Brekeke Product Name and Version:
3.6
2. Java version:
NA
3. OS type and the version:
Windows
4. UA (phone), gateway or other hardware/software involved:
NA
5. Your problem:
I have a few hundred resgistered clients in brekeke. How can I download or see a list of all at once. On each page there are only a few and by going to the next page they all jump around.
Or is there a file in the server where this is that I can see that file?
Tyia
See or download registered client list
Moderator: Brekeke Support Team
There are several ways.
Easiest method is "reglist" command.
https://docs.brekeke.com/sip/reglist
You can execute "reglist" command at [Tools]->[Command] page.
Also "reglist" command can be executed without admin login.
Add "sipadmin.cmd.hosts.allow" with your browser's IP address at [Configuration]->[Advanced] page for security reason.
eg: sipadmin.cmd.hosts.allow=^192.168.*
And then access to the reglist's command URL
http://<Server-IP:Port>/sip/cmd?cmd=reglist
eg: http://192.168.1.1:18080/sip/cmd?cmd=reglist
so you can copy a list to a file easily with a tool like wget.
If you want to see the register database directly, refer to the following document. "t_registered" is the table name.
https://www.brekeke.com/doc/sip/3rd_party_database.pdf
Easiest method is "reglist" command.
https://docs.brekeke.com/sip/reglist
You can execute "reglist" command at [Tools]->[Command] page.
Also "reglist" command can be executed without admin login.
Add "sipadmin.cmd.hosts.allow" with your browser's IP address at [Configuration]->[Advanced] page for security reason.
eg: sipadmin.cmd.hosts.allow=^192.168.*
And then access to the reglist's command URL
http://<Server-IP:Port>/sip/cmd?cmd=reglist
eg: http://192.168.1.1:18080/sip/cmd?cmd=reglist
so you can copy a list to a file easily with a tool like wget.
If you want to see the register database directly, refer to the following document. "t_registered" is the table name.
https://www.brekeke.com/doc/sip/3rd_party_database.pdf
-
- Posts: 3
- Joined: Tue Jun 15, 2021 2:31 am