On Tue, Jun 28, 2016 at 04:49:40PM +0300, Никита Лебедев wrote:
Good day! Can anyone point me to right direction? The
question is - I
want to get list of registered users (to find out who is online at the
moment) from sip server. I'm using kamailio on server side and exosip
library on client side.
Unclear is how/who wants to query this information, your information
seems to point to sip clients wanting to query this in some way.
Otherwise the answer is a simple "kamctl ul show" or querying of the
location table if you use a database backend.
If you want to do it in a sip kind of way you could either expose this
information with a custom OPTIONS response or try to use the presence
module with subscriptions.