Re: [OpenSIPS-Users] extension status monitoring

2015-08-21 Thread Julian Kay
: [OpenSIPS-Users] extension status monitoring Thanks Bogdan, That makes everything easy. :) Best Regards, Sammy On Mon, Aug 17, 2015 at 11:52 AM, Bogdan-Andrei Iancu wrote: Hi Sammy, If you use the "brief" option just to get the list of AORs, is quite ok. But depends on

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread SamyGo
Thanks Bogdan, That makes everything easy. :) Best Regards, Sammy On Mon, Aug 17, 2015 at 11:52 AM, Bogdan-Andrei Iancu wrote: > Hi Sammy, > > If you use the "brief" option just to get the list of AORs, is quite ok. > But depends on how often you need this info. > > If you want to keep into int

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread Bogdan-Andrei Iancu
Hi Sammy, If you use the "brief" option just to get the list of AORs, is quite ok. But depends on how often you need this info. If you want to keep into into a parallel DB, better use the AOR inserted /deleted events: http://www.opensips.org/html/docs/modules/2.1.x/usrloc.html#id295255 And k

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread Eric Tamme
Hey Sammy, I would suggest you use a standard sip client :D We at OnSIP maintain sip.js , a javascript sip signaling library which happens to have full RFC6665 support for subscriptions. So you can simply create a UA in the browser and subscriber for the presence of as man

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread SamyGo
So Eric, Time and over again, while looking for best way for this, my eyes keep getting stuck at PUA_MI module [ http://www.opensips.org/html/docs/modules/2.1.x/pua_mi.html] The module you mentioned I used this for regular presence scenario for phones to know which other extension is online/offli

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread Eric Tamme
I would suggest using a presence based option and utilizing the pua_usrloc module for pushing state updates into the presence server. http://www.opensips.org/html/docs/modules/2.1.x/pua_usrloc.html -Eric On 08/17/2015 09:10 AM, SamyGo wrote: Hi Bogdan, Can you recommend this approach for a h

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread SamyGo
Hi Bogdan, Can you recommend this approach for a huge number of ul records ? Is there any better approach in your opinion ? I Push Registering Users into Redis from cfg file, and on un-registering delete them from redis List of online users. This wont give me accurate results but I believe much l

Re: [OpenSIPS-Users] extension status monitoring

2015-08-17 Thread Bogdan-Andrei Iancu
Hi Julian, The MI command "ul_dump" gives you the registration status for all users: http://www.opensips.org/html/docs/modules/1.11.x/usrloc.html#id294959 You can trigger this command via the MI interface : http://www.opensips.org/Documentation/Interface-MI-1-11 where you have several protoc

Re: [OpenSIPS-Users] extension status monitoring

2015-08-16 Thread Tito Cumpen
Julian, You can use the MI_interface to get access user location information http://www.opensips.org/html/docs/modules/devel/mi_http.html This one in particular will allow you to pull real-time information of the opensips via http. Use the link below as a reference to the general mi commands. http

[OpenSIPS-Users] extension status monitoring

2015-08-16 Thread Julian Kay
Hi; I'm looking for information on monitoring extension status on phones registered with OpenSIPS. I'm looking into interfacing a java web applet to OpenSIPS. If anyone knows where I may find helpful info I would appreciate it. Thx! JK