You could create global variables such as proxy_host, proxy_port,
proxy_user, proxy_password. This should be configurable thru Tickets
config page. Now, within the code where CURL calls are used you can
add the following instructions:
curl_setopt($ch, CURLOPT_PROXY, $GLOBALS['CURL_PROXY']);
where, e.g.
$GLOBALS['CURL_PROXY'] = "proxy-host:8888";
For my own purposes I've put such global definition into
functions.inc.php.
It's a very basic workaround which could certainly be improved, but it
works.
Besides, you should replace all fopen / fgest instructions related to
sending messages over internet by CURL instructions.
Regards,
Mateusz Morawski
> >
open-source-cad-...@googlegroups.com<
open-source-cad---dev%2Bunsu...@googlegroups.com>
> > .