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.
The best way is to get some method in exosip lib, but I didn't find any.. My guess is do something like this : Put req text into Sip ping messages, modify server side to parse req and send online users list in answer. But it seems not a good idea...
I tried to find something in RFC 3261 and failured... Can someone help and tell what to do or where to look for the answer?