On Thu, May 24, 2018 at 10:27:00PM +0000, 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 https://kamailio.org/docs/modules/5.1.x/modules/http_async_client.html
But in general, if you're looking to squeeze maximum performance for a dialer type workload, no, pound-for-pound, HTTP is not the way to go.
-- Alex