Re: [SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Karthik Srinivasan
Thank you; I will take a look. On Wed, May 23, 2018 at 7:13 PM, Julien Chavanton wrote: > I see, never done it, but mayne this article can help > > http://blog.miconda.eu/2014/12/kamailio-42-tips-12-execute-rpc.html > > The parameter has to be a valid full JSON-RPC

Re: [SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Julien Chavanton
I see, never done it, but mayne this article can help http://blog.miconda.eu/2014/12/kamailio-42-tips-12-execute-rpc.html The parameter has to be a valid full JSON-RPC document. It can be a dynamic string with variables. The result of the command can be accessed via $jsonrpl(key) pseudo

Re: [SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Karthik Srinivasan
Hi Julien, The routing file i am referring to is the kamailio.cfg configuration file. I am trying to find a way to access this information within that file. Thanks, Karthik On Wed, May 23, 2018 at 3:35 PM, Julien Chavanton wrote: > Hi Karthik, > > You can retrieve this

Re: [SR-Users] Anybody using 2 instances with topos communicating with each other?

2018-05-23 Thread Daniel-Constantin Mierla
Hello, only spirals cannot be handled by topos due to its initial design (some things needs to be changed for it), so the case you present should work. >From the excerpts you present, there is an unexpected Record-Route with the proxy address in the 200ok towards endpoint. Is it so or just a

Re: [SR-Users] TOPOS (5.1.[23]) breaks PRACK

2018-05-23 Thread Daniel-Constantin Mierla
I got a bit of time to look at this issue, can you try with the patch from the next commit?   - https://github.com/kamailio/kamailio/commit/2a3ca5942291d29de05b14338a36cecbec11f129 Cheers, Daniel On 07.05.18 22:34, Daniel-Constantin Mierla wrote: > > On 07.05.18 17:34, Daniel Tryba wrote: >>

Re: [SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Julien Chavanton
Hi Karthik, You can retrieve this information using kamcmd kamcmd stats.get_statistics all | grep usrloc kamcmd tls.info Not sure what you meant by "via the routing file" On Wed, May 23, 2018 at 10:32 AM, Karthik Srinivasan wrote: > sorry, i hit the send key a bit

Re: [SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Karthik Srinivasan
sorry, i hit the send key a bit too quickly. i am trying to access two items via the routing file: a.) number of registered users. b.) number of active TLS connections. I am not pushing the registrations to the database. usrloc is stored in memory. any ideas? On Wed, May 23, 2018 at 12:30

[SR-Users] count of registered users or count of tls connections

2018-05-23 Thread Karthik Srinivasan
Hello, Via the routing file i am trying to find access two items: ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] SIP Server Hardware or VM ??

2018-05-23 Thread Pinter, Gerd.
Thank you very much, this underpins my consideration. How to tell my Boss :o Nice Regards Gerd -Ursprüngliche Nachricht- Von: sr-users Im Auftrag von Daniel Tryba Gesendet: Mittwoch, 23. Mai 2018 16:03 An: Kamailio (SER) - Users Mailing List

Re: [SR-Users] SIP Server Hardware or VM ??

2018-05-23 Thread Mikko Lehto
Pinter, Gerd. wrote: > Since we encountered problems with connections via mobile Networks we set up > our SIP Server as RTP Proxy which resolved all those multiple NAT issues. But > on the other hand we pay for that with a higher jitter rate. The question is, > if anyone

[SR-Users] Link problem between kamailio and MariaDB

2018-05-23 Thread Ginhoux, Patrick
Hi, At the moment, I'm trying to replace MySQL by MariaDB on my Kamailio server (5.0.1) . In previous post I have been told that Kamailio supports MariaDB and there is no special module to load. This work is done on a new server running RHEL 7.4 and MariaDB 10.2.14 that is installed under

[SR-Users] SIP Server Hardware or VM ??

2018-05-23 Thread Pinter, Gerd.
Hallo there, we are a Broadcasting Network with about 50 Stations and try to establish our own SIP Network for high quality Audio over IP with Bitrates of 192-256 kbit for transmitting an accurate stereo signal. Since we encountered problems with connections via mobile Networks we set up our

Re: [SR-Users] Core Value : myself

2018-05-23 Thread Daniel-Constantin Mierla
Hello, the myself condition doesn't go into parameters matching apart of transport. Likely this condition fails because the device is using its own local IP in From header and R-URI instead of server ip or server domain. Can be also when the device uses anonymous in From header and dials an

[SR-Users] Core Value : myself

2018-05-23 Thread Duarte Rocha
Greetings, I'm doing some work with the AUTH routes and modules, and sometimes i get a "403 Not relaying" answer when the INVITE has a parameter in the R-URI. That parameter was not included in the REGISTER. I think it's this part of the code that throws this reply : # if caller is not local