Changes

From SME Server
Jump to navigationJump to search
766 bytes added ,  18:24, 22 February 2015
no edit summary
Line 36: Line 36:       −
===Configuration file===
+
===FusionPBX freeswitch GUI===
 +
Like other PBX systems, freswitch has many options and can me managed from the command line interface (CLI) which for Freeswitch is 'fs_cli'. However a stable GUI for Freeswitch is freely available from FusionPBX. FusionPBX is only the Graphical interface and relies on a correctly installed Freeswitch engine.
 +
 
 +
 
 +
====Installation====
 +
First we need to create a mysql database for FusionPBX where it keeps its configurations.
 +
mysqladmin create fusionpbx
 +
then we enter the mysql cli:
 +
mysql
 +
grant all privileges on fusionpbx.* to 'admin'@'localhost' identified by 'very_strong_password';
 +
flush privileges;
 +
exit
 +
 
 +
* svn checkout of FusionPBX
 +
* setting permissions
 +
* change install.php and replace 127.0.0.1 with localhost
 +
* set openbasedir of the Primary to /
 +
 
    
[[Category:Howto]]
 
[[Category:Howto]]

Navigation menu