Hi there
On 12/12/24 17:07, Sergio Charrua via sr-users wrote:
Hello all!
For a STSH project, kamailio is making HTTP requests to a middleware (REST API) using HTTP_CLIENT module. I have set the parameter "timeout" to 2 second, but this increases PDD to too high levels, so I have set it to 1 second. Problem is that 1sec is also too high! The parameter only accepts integer values, so no way to set this to 0.5sec.
https://www.kamailio.org/docs/modules/devel/modules/http_client.html#http_cl...
That's already there since 5.8.0
https://github.com/kamailio/kamailio/commit/b882db36bbb7f7f13366bcc8f1db9f50...