The code on master branch is _almost_ done. What's missing is this:
/**
* functions.c
* curL_query_url()
*/
if (default_http_proxy != NULL) {
res |= curl_easy_setopt(curl, CURLOPT_PROXY, default_http_proxy);
}
if (default_http_proxy_port > 0) {
res |= curl_easy_setopt(curl, CURLOPT_PROXYPORT, default_http_proxy_port);
}
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/541