Commit Graph

72 Commits

Author SHA1 Message Date
Matthew Vale b53999069c Enhancements to language support (for future use)
optimized the text.php to check the language code once, not every time
2015-11-16 09:41:34 +00:00
FusionPBX b8d2a9fd2b Merge pull request #1014 from moteus/domain_name_on_install
Add. Allow edit domain name while installing.
2015-07-18 12:50:52 -07:00
markjcrane fefdfc626e Enable XML Handler by default. 2015-07-15 23:43:03 -07:00
reliberate e24526fb92 Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Alexey Melnichuk d61f2b2817 Fix. indent. 2015-07-02 12:24:58 +04:00
Alexey Melnichuk d05d294225 Add. Allow edit domain name while installing.
On my Windows machine default domain now is `127.0.0.1` which is quite useless.
2015-07-02 12:21:53 +04:00
Mark Crane c99e249f71 Add beginTransaction and commit to speed up the install and upgrade. 2015-06-25 21:00:15 +00:00
Nate Jones 0018e553c4 Visual adjustments. 2015-02-15 07:59:02 +00:00
Nate Jones 996e89c396 Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Mark Crane b73651e51f Fix the install the text class. 2015-01-20 06:27:20 +00:00
Mark Crane ac957dc400 Additional work to fix groups and permissions. 2015-01-08 08:51:40 +00:00
Mark Crane 5fc7b5e2dc Remove example domain settings for menu and theme as they are not needed because default settings copy to a domain option. 2014-11-21 19:36:42 +00:00
Riccardo Granchi 1ac8d1c7fc Possibilty to select a country in installation phase to set default country code variables 2014-11-07 10:22:56 +00:00
Richard Neese 49840b33da fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx 2014-10-23 18:03:33 +00:00
Richard Neese 4fd5e7d3a7 disabling sounds in the head branch as we are working to rm them from the install 2014-10-23 01:29:31 +00:00
Richard Neese 3c3f087bc9 fixing install.php with new layout for fhs com pliancy 2014-10-18 20:55:42 +00:00
Mark Crane 8a31271727 Add default settings 2014-09-20 03:32:55 +00:00
Mark Crane e66d79e6fe Fix syntax problem in install.php 2014-09-15 22:18:57 +00:00
Richard Neese 9fd7a0a2b3 fixed some typo's 2014-09-15 20:24:08 +00:00
Richard Neese 27ec7b7426 changes for fhs layout for pkgs 2014-09-13 02:26:14 +00:00
Mark Crane 0abfbb0954 Fix the SIP profiles for the package install 2014-08-12 19:18:36 +00:00
Mark Crane b92cbaca8f Update the freeswitch conf directory 2014-07-18 20:30:36 +00:00
Mark Crane 7b228d849d Update schema dn domains 2014-07-15 10:30:31 +00:00
Richard Neese 7eb6bcec51 fixed a close from | to } in the sqlite section 2014-06-06 03:27:32 +00:00
Richard Neese 4f56ff905a fixing sql file dir for pkgs 2014-06-06 01:19:59 +00:00
Mark Crane 8e53eb047b recursive_copy function use cp -R if it exists 2014-05-16 05:14:44 +00:00
Mark Crane f4b17fd742 Fix the copy of the conf directory files during the install 2014-05-09 23:17:30 +00:00
Mark Crane 0c87f27b35 Add a default timezone for install.php 2014-05-01 23:54:52 +00:00
Mark Crane 898d35ae8c During the install check for /etc/freeswitch/vars.xml before using it 2014-04-29 17:51:29 +00:00
Mark Crane 70e573a266 Add /etc/freeswitch as an optional directory for freeswitch conf files 2014-04-28 23:25:33 +00:00
Mark Crane 41fda05df6 Set MySQL Attribute for UTF8 2014-04-26 18:53:58 +00:00
Mark Crane d4c3a49bc3 Set the file permissions on for the sqlite database so it will work better with the Debian package 2014-04-09 15:02:25 +00:00
Mark Crane 4db5c3c041 Fix the conf directory copy used during the install 2014-04-09 14:24:07 +00:00
Mark Crane 068e03c72d If the debian package usr share conf directory exists then use it as the source for the copy. 2014-04-09 05:00:11 +00:00
Mark Crane 924ba5ac6c During the install copy all FreeSWITCH conf files. 2014-04-07 22:35:05 +00:00
Mark Crane f7833ede51 Check for /etc/fusionpbx/conf if it exists use it for the conf directory. 2014-04-07 14:48:45 +00:00
Mark Crane 36e2054217 Fix the copy for the freeswitch conf directory which is done during the install. 2014-03-31 18:30:55 +00:00
Mark Crane b6bc074dd0 Change the directory back to /etc/freeswitch until a bug is fixed in FreeSWITCH for the conf directory startup parameter. 2014-03-27 20:07:45 +00:00
Mark Crane c98c612166 Change the dir to /etc/freeswitch for now. 2014-03-27 20:03:31 +00:00
Mark Crane d0c2c1941a fix the syntax on install.php 2014-03-27 16:32:33 +00:00
Mark Crane 4764747cff Check to see if the /etc/fusionpbx/conf/freeswitch.xml file already exists and if so do not copy the conf directory. 2014-03-27 04:09:05 +00:00
Mark Crane 7451d1a019 Change directory detection /etc/freeswitch/dialplan to /etc/fusionpbx/conf. 2014-03-27 03:26:45 +00:00
Mark Crane 0410bea6fd When the config.php file exists disable the install. This change expands the directories where the config.php can be located. 2014-03-22 01:25:55 +00:00
Mark Crane 088e6aaac4 Switch $switch_gateways_dir to $switch_sip_profiles_dir. 2014-03-21 23:46:20 +00:00
Mark Crane 6e91c4778a Fix the alignment of the word Theme on the install.php. 2014-03-19 01:09:50 +00:00
Mark Crane 5c753fe81e Only perform these actions if the directory exists during the install. 2014-02-13 00:24:49 +00:00
Philippe Rioual ee51bea37e fixed some french translations issues 2014-01-23 21:15:49 +00:00
Mark Crane 2bac44aee7 Add app/dialplan/ to the dialplan class path. 2014-01-13 14:34:13 +00:00
Mark Crane 8076d2af85 config.php can be located in /etc/fusionpbx this change makes it use that location during install if it exists. Thanks Richard Neese who reported this error and the solution. 2013-11-19 16:15:00 +00:00
Mark Crane 8cd87551eb On Debian or Ubuntu the /etc/init.d seems to require /etc/freeswitch this causes a problem source compiled systems changing the directory to detect if its a package install to /etc/freeswitch/dialplan. 2013-07-18 23:50:39 +00:00