Re: [SR-Users] Performance Testing Kamailio 5.1 as SIP300 LCR on AWS - Recommendation on Tools and Methods

2018-05-24 Thread Alex Balashov
On Thu, May 24, 2018 at 10:27:00PM +, KamDev Essa wrote: > I am assuming the function http_query in kamailio utils is async. Is it not?  It is not async, and is furthermore deprecated in 5.x. You may want to have a look at: https://kamailio.org/docs/modules/5.1.x/modules/http_client.html h

Re: [SR-Users] Performance Testing Kamailio 5.1 as SIP300 LCR on AWS - Recommendation on Tools and Methods

2018-05-24 Thread KamDev Essa
I am assuming the function http_query in kamailio utils is async. Is it not?  KD On Thursday, May 24, 2018, 6:19:33 PM EDT, Alex Balashov wrote: On Thu, May 24, 2018 at 10:15:42PM +, KamDev Essa wrote: >    - Is http_query a bad choice for performance. Is KEMI better? As long as y

Re: [SR-Users] Performance Testing Kamailio 5.1 as SIP300 LCR on AWS - Recommendation on Tools and Methods

2018-05-24 Thread Alex Balashov
On Thu, May 24, 2018 at 10:15:42PM +, KamDev Essa wrote: >- Is http_query a bad choice for performance. Is KEMI better? As long as you perform the queries in a properly asynchronous manner, i.e. using http_async_client, not necessarily. But yes, HTTP queries are by nature bureaucratic, si

[SR-Users] Performance Testing Kamailio 5.1 as SIP300 LCR on AWS - Recommendation on Tools and Methods

2018-05-24 Thread KamDev Essa
I am currently setup with Kamailio 5.1 on an AWS t2.micro as a SIP300 LCR solution with a http_query call to an external resource (c# .NetCore app for LRN dip and MySQL Route choices) to get the contacts string, tag it to the Contact header an send 300.  Its been a while since I have performance