Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a list of freeswitch registered accounts

Tags:

freeswitch

I am developing a pjsip application. I am using Freeswitch as SIP server. (this is VOIP)

Is there a command in fs-cli that lists all the registered users in Freeswitch. I need something like that to know which accounts are in a conference and so on.

I am aware of this site: http://voicebundle.com/getting-familiar-with-the-fs_cli-interface-freeswitch-command-line, but it doesnt give me the command i need.

like image 413
real_yggdrasil Avatar asked Mar 21 '17 10:03

real_yggdrasil


2 Answers

Found the answer! In fs_cli typ:

sofia status profile internal reg

This command will list every registered account in Freeswitch

like image 132
real_yggdrasil Avatar answered Sep 27 '22 19:09

real_yggdrasil


And for a lesser detailed version you also have : show registrations

like image 26
Philippe Sultan Avatar answered Sep 27 '22 21:09

Philippe Sultan