Re: [SR-Users] Difference between HTTP clients (utils.so vs http_client.so)

2017-01-12 Thread Daniel-Constantin Mierla
: "Daniel-Constantin Mierla" >> To: "Kamailio (SER) - Users Mailing List" >> Sent: Tuesday, January 10, 2017 2:53:11 AM >> Subject: Re: [SR-Users] Difference between HTTP clients (utils.so vs >> http_client.so) >> Hello, >> >> utils

Re: [SR-Users] Difference between HTTP clients (utils.so vs http_client.so)

2017-01-10 Thread Joel Serrano | VOZELIA
Thank you Daniel and Sergio for your replies. We will stick to http_client then :) Best, Joel. - Original Message - > From: "Daniel-Constantin Mierla" > To: "Kamailio (SER) - Users Mailing List" > Sent: Tuesday, January 10, 2017 2:53:11 AM > Subject: R

Re: [SR-Users] Difference between HTTP clients (utils.so vs http_client.so)

2017-01-10 Thread Daniel-Constantin Mierla
Hello, utils' http query function is the old option (first implemented) that could be used for http queries in kamaili.cfg. The http_client module was added to replace the utils version, which should be removed over the time. Also, http_client module offers more options for doing the http queries,

Re: [SR-Users] Difference between HTTP clients (utils.so vs http_client.so)

2017-01-08 Thread Sergio Serrano
We are using http_client.so without problems. I think that the main difference is http_client is based on libcurl and you can use https to do queries. Regards, SergioEl vie, 06-01-2017 a las 20:26 +0100, Joel Serrano | VOZELIA escribió: > Hi all,  > > Currently I see there are 2 http clients: >