PIONEERS Awesome FS PBX

@hecatae, that got accidentally enabled during the install. I just fixed it.

Open this file
/var/www/fspbx/config/fortify.php

and comment out
'email-challenge',

So it looks like this


Code:
    'features' => [
        // Features::registration(),
        Features::resetPasswords(),
        // Features::emailVerification(),
        Features::updateProfileInformation(),
        Features::updatePasswords(),
        Features::twoFactorAuthentication([
            'confirm' => true,
            'confirmPassword' => true,
            // 'window' => 5,
        ]),
        // 'email-challenge',
        'remember-cookie',
    ],

Then run these commands

cd /var/www/fspbx
php artisan config:cache

It will fix your install. You can later reenable it when you create a superadmin with your own email
 
For anyone watching this thread, you should check out our latest video, which explains how to use the new provisioning service that replaced the legacy service. I believe we created something truly amazing.

 
It works very well if you have one of the supported phones. Templates are not too difficult to create if you're used to manually programming sets. I agree that the FusionPBX templates were confusing.
 
@wardmundy probably worth reviewing fspbx again on nerdvittles, there's been lots of overhaul in the last three weeks and since 1.9.1 there's been support of freeswitch 1.11.1

What's new​

This release adds certificate management for FreeSWITCH directly from the SIP Status page.
You can now:

  • Issue Let’s Encrypt staging certificates for testing.
  • Issue trusted production Let’s Encrypt certificates.
  • Generate self-signed certificates.
  • Automatically renew Let’s Encrypt certificates.
  • Replicate certificates across clustered FS PBX nodes.

FreeSWITCH 1.11.1 required​

This feature requires FreeSWITCH 1.11.1, which can reload certificates without restarting FreeSWITCH or interrupting active calls.

 
All pages have been redesigned, eliminating any old FusionPBX pages in the menu. FS PBX is now a self-contained, full product. We have nearly finished the API endpoints, and some PBXact features like Periodic Announcements and Voicemail Escalations have been integrated into FS PBX.
 

Members online

Forum statistics

Threads
26,759
Messages
174,853
Members
20,320
Latest member
united0147
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top