See or download registered client list

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
sm8651
Posts: 13
Joined: Fri Nov 22, 2013 9:05 am

See or download registered client list

Post by sm8651 »

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
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

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
katamanczuk
Posts: 3
Joined: Tue Jun 15, 2021 2:31 am

Post by katamanczuk »

Hi,

do you know what is command url to PBX version?
http://<Server-IP:Port>/pbx/cmd?cmd=reglist

This one doesn't work, returns 404.
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

Generally such information is available to partner companies and distributors.
But contact support@brekeke.com if you are interested in.
Post Reply