Problems installing sipsettings module on CentOS v8

Fresh install, CE v8, Fpbx v15, PHP v7.3. Framework and core and other required modules all install fine. However, I cannot install sipsettings module. I have used a similar procedure for years and never had problems installing sipsettings. Nothing in the logs.

I have done all the usual things. fwconsole chown, fwconsole delete sipsettings then fwconsole downloadinstall sipsettings, then fwconsole chown again etc.

# fwconsole ma install sipsettings
Updating tables sipsettings...Done
New SIPSettings installation detected. Initializing default settings

In Process.php line 1335:

The process "fwconsole extip" exceeded the timeout of 60 seconds.
# fwconsole ma list
No repos specified, using: [standard] from last GUI settings

+------------------+------------+-----------------------------------+---------+
| Module           | Version    | Status                            | License |
+------------------+------------+-----------------------------------+---------+
| builtin          |            | Enabled                           |         |
| callrecording    | 15.0.7.10  | Enabled                           | AGPLv3+ |
| cdr              | 15.0.15    | Enabled                           | GPLv3+  |
| conferences      | 15.0.7.4   | Enabled                           | GPLv3+  |
| core             | 15.0.9.44  | Enabled                           | GPLv3+  |
| dashboard        | 15.0.3     | Enabled                           | AGPLv3+ |
| featurecodeadmin | 13.0.6.4   | Enabled                           | GPLv3+  |
| framework        | 15.0.16.27 | Enabled                           | GPLv2+  |
| infoservices     | 15.0.2     | Enabled                           | GPLv2+  |
| logfiles         | 13.0.10.7  | Enabled                           | GPLv3+  |
| music            | 15.0.18    | Enabled                           | GPLv3+  |
| recordings       | 15.0.3.9   | Enabled                           | GPLv3+  |
| sipsettings      |            | Not Installed (Locally available) | AGPLv3+ |
| soundlang        | 15.0.5.6   | Enabled                           | GPLv3+  |
| voicemail        | 15.0.18.9  | Enabled                           | GPLv3+  |
+------------------+------------+-----------------------------------+---------+

I also tried using all modules from edge track

# fwconsole ma list
No repos specified, using: [standard] from last GUI settings

+------------------+------------+-----------------------------------+---------+
| Module           | Version    | Status                            | License |
+------------------+------------+-----------------------------------+---------+
| builtin          |            | Enabled                           |         |
| callrecording    | 15.0.7.11  | Enabled                           | AGPLv3+ |
| cdr              | 15.0.15    | Enabled                           | GPLv3+  |
| conferences      | 15.0.7.4   | Enabled                           | GPLv3+  |
| core             | 15.0.9.57  | Enabled                           | GPLv3+  |
| dashboard        | 15.0.3     | Enabled                           | AGPLv3+ |
| featurecodeadmin | 13.0.6.4   | Enabled                           | GPLv3+  |
| framework        | 15.0.16.37 | Enabled                           | GPLv2+  |
| infoservices     | 15.0.2     | Enabled                           | GPLv2+  |
| logfiles         | 13.0.10.7  | Enabled                           | GPLv3+  |
| music            | 15.0.20    | Enabled                           | GPLv3+  |
| recordings       | 15.0.3.10  | Enabled                           | GPLv3+  |
| sipsettings      |            | Not Installed (Locally available) | AGPLv3+ |
| soundlang        | 15.0.5.6   | Enabled                           | GPLv3+  |
| voicemail        | 15.0.18.9  | Enabled                           | GPLv3+  |
+------------------+------------+-----------------------------------+---------+

This might do with the repos being down right now.

Ok. I assumed they would be back up by now. I’ll wait until that gets fixed and try again.

# fwconsole setting MODULE_REPO https://mirror.freepbx.org

Does not resolve it btw.

I got around this problem by changing line 20 from http to https in /var/www/html/admin/libraries/Console/Extip.class.php

$extipsrc = 'https://mirror.freepbx.org/whatismyip.php';

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.