Ticket #1301 (closed Feature Requests: fixed)

Opened 5 years ago

Last modified 4 years ago

Add ability to use proxy in module admin

Reported by: re Assigned to: gregmac
Priority: minor Milestone: 2.5
Component: Core - Module Admin Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Our firewall prevents direct connections from the asterisk into the internet, for updates a proxy has to be used. It seems, there is no configuration option in freepbx to enable a proxy to be used for module updates. I am using freepbx 2.2.beta2.

Warning: file_get_contents(http://mirror.freepbx.org/modules-2.2.xml): failed to open stream: Connection refused in /var/www/html/admin/functions.inc.php on line 1085

Warning: array_keys(): The first argument should be an array in /var/www/html/admin/page.modules.php on line 120

Warning: Invalid argument supplied for foreach() in /var/www/html/admin/page.modules.php on line 120

Fatal error: Unsupported operand types in /var/www/html/admin/page.modules.php on line 135

Change History

11/08/06 10:12:53 changed by gregmac

  • summary changed from checking for update in module manager fails (doesn't use proxy) to Add ability to use proxy in module admin.
  • type changed from Bugs to Feature Requests.
  • milestone changed from 2.2 to 2.3.

01/08/07 13:46:49 changed by

  • milestone deleted.

Milestone 2.3 deleted

01/08/07 14:12:48 changed by vgster

  • milestone set to 2.3.

07/06/08 12:38:46 changed by mbrevda

  • confirmation set to Unreviewed.
  • engine_version changed.
  • svn_rev changed.

see also: #1001, #846

07/13/08 01:06:12 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • resolution set to fixed.
  • version changed from 2.2beta2 to 2.5-branch.
  • milestone changed from 4.0 to 2.5.

modified to fallback to wget, I think this resolves these issues. If there are specific wget options that are required in some instances, then file a new ticket after testing to specify what optional parameters are needed in the conf file to pass to wget.