ugoviti / izpbx

izPBX is a Turnkey Cloud Native Telephony System powered by Asterisk Engine and FreePBX Management GUI
GNU General Public License v3.0
168 stars 69 forks source link

How to start FOP2 Operator Panel? #74

Closed anildalar closed 1 week ago

anildalar commented 1 week ago

How to start FOP2 Operator Panel?

ugoviti commented 1 week ago

Hi,

modify .env file:

FOP2_ENABLED=true

and change the following options:

### FOP2 configuration (https://www.fop2.com/docs/)
## Note: If FOP2_AUTOUPGRADE=true, you must have purchased a valid upgrade subscription from fop.com, otherwise FOP2 will become unsupported.
#FOP2_AUTOUPGRADE=false
#FOP2_AUTOACTIVATION=false
#FOP2_LICENSE_NAME=<put here your corporation name>
#FOP2_LICENSE_CODE=<put here your license code>
#FOP2_LICENSE_IFACE=eth0

## the following variables are not mandatory, you can leave commented (FOP2_AMI_PASSWORD will be a random hash)
#FOP2_AMI_HOST=localhost
#FOP2_AMI_PORT=5038
#FOP2_AMI_USERNAME=admin
#FOP2_AMI_PASSWORD=amp111

Kind regards

anildalar commented 1 week ago

Thanks ugoviti

For your quick response

On Thu, Jun 27, 2024 at 1:43 PM Ugo Viti @.***> wrote:

Hi,

modify .env file:

FOP2_ENABLED=true

and change the following options:

FOP2 configuration (https://www.fop2.com/docs/)

Note: If FOP2_AUTOUPGRADE=true, you must have purchased a valid upgrade subscription from fop.com, otherwise FOP2 will become unsupported.

FOP2_AUTOUPGRADE=false

FOP2_AUTOACTIVATION=false

FOP2_LICENSE_NAME=

FOP2_LICENSE_CODE=

FOP2_LICENSE_IFACE=eth0

the following variables are not mandatory, you can leave commented (FOP2_AMI_PASSWORD will be a random hash)

FOP2_AMI_HOST=localhost

FOP2_AMI_PORT=5038

FOP2_AMI_USERNAME=admin

FOP2_AMI_PASSWORD=amp111

Kind regards

— Reply to this email directly, view it on GitHub https://github.com/ugoviti/izpbx/issues/74#issuecomment-2194067642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEIXII4CZBUKAGKIZYCDUDZJPCQZAVCNFSM6AAAAABJ7L7Q3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJUGA3DONRUGI . You are receiving this because you authored the thread.Message ID: @.***>

--