
# FOPWEBROOT:web root for the Flash Operator Panel
FOPWEBROOT=/opt/freepbx/panel

# FOPPASSWORD: the secret code for performing transfers and hangups in the Flash Operator Panel
FOPPASSWORD={${'freepbx'}{'FopPassword'} || 'passw0rd';}

# FOPSORT: FOP should sort extensions by Last Name [lastname] or by Extension [extension]
FOPSORT=extension

# FOPRUN: set to true if you want FOP started by freepbx_engine (amportal_start), false otherwise
FOPRUN={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';}

FOPDISABLE={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';}
# Disables FOP in interface and retrieve_conf.  Usefull for sqlite3 or if you don't want FOP.

