Matthew Vale
7ce32f11d4
corrected function name
2015-12-03 14:25:33 +00:00
Matthew Vale
8894c86c16
split install into phases
...
this is to prevent catch 22 between copy_conf and app_defaults
2015-12-03 14:04:27 +00:00
Matthew Vale
875f0a6262
added save_switch_xml during install
2015-12-03 13:36:43 +00:00
FusionPBX
286419318d
Merge pull request #1274 from mafoo/Bugfix-Install
...
Bugfix install
2015-12-03 05:03:02 -07:00
Matthew Vale
e036c88c99
fixed storage of domain_count
2015-12-03 11:55:40 +00:00
Matthew Vale
68cd03d598
added workaround for lua not resolving localhost
2015-12-03 11:36:29 +00:00
Matthew Vale
cc3f8e9945
changed path handling for create_config_lua
...
thanks moteus for the hint
2015-12-03 11:19:09 +00:00
Matthew Vale
5149307d11
corrected path retrieval for test
...
added missing () when reporting domain name
2015-12-03 10:49:38 +00:00
Matthew Vale
f3f24c4085
add caveat when the config.lua is inside scripts\resources
...
due to app_defaults running before install_switch create_config_lua
cannot create it's config if the detected folder is scripts\resources\
this solves this by adding a caveat to create it's parent folder when it
is called resources
2015-12-03 10:40:54 +00:00
Matthew Vale
9bc96195c1
corrected references to scripts
2015-12-03 09:52:53 +00:00
markjcrane
8ac5852137
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-12-02 20:37:26 -07:00
markjcrane
7f0f8ff1cd
Change ntp server variable for Cisco 7940 and 7960 ntp_server_primary.
2015-12-02 20:36:47 -07:00
FusionPBX
6c10eaf21a
Merge pull request #1271 from mafoo/Enhance_Install
...
Enhance install based on feedback
2015-12-02 10:22:44 -07:00
Matthew Vale
96a22b5321
made reference to install resource literal
2015-12-02 16:07:23 +00:00
Matthew Vale
31619d8747
fixes during upgrade
2015-12-02 15:55:21 +00:00
Matthew Vale
120ea2cc40
Removed redundant code
2015-12-02 14:46:03 +00:00
Matthew Vale
86b945a997
accidentally cancelled redirect during testing
2015-12-02 14:39:53 +00:00
Matthew Vale
b9b05f757c
reorganised upgrade routine to make more sense
2015-12-02 14:32:49 +00:00
Matthew Vale
3f6fdc1df4
added automatic odbc_database definition
2015-12-02 14:17:53 +00:00
Matthew Vale
de2cb97113
Bugfix batch
2015-12-02 14:05:21 +00:00
Matthew Vale
bcfd71577c
added auto usage of global_settings where not provided
2015-12-02 11:21:09 +00:00
Matthew Vale
4d62a36e1c
restructured install to go via global_settings
...
added new global_settings to marshal settings used during a
install/upgrade
2015-12-02 11:16:25 +00:00
markjcrane
5d2c76b7e2
Seperate Cisco 7940/7960 from Cisco SPA so that both can work with check-sync for reboot and reprovision.
2015-12-01 21:12:52 -07:00
markjcrane
906cb13145
Add check-sync support for Linksys SPA.
2015-12-01 20:48:47 -07:00
markjcrane
64c6dd0181
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-12-01 14:10:01 -07:00
markjcrane
706b80ea30
Add syncinfo.xml for cisco 7940 and 7960.
2015-12-01 14:09:44 -07:00
markjcrane
5a1c21e0fa
Change the default North America outbound route regular expression to be more precise.
2015-12-01 13:50:11 -07:00
FusionPBX
8bb6d70e64
Merge pull request #1273 from moteus/fax_queue
...
Add. `Tasks.send_mail_task` function to send task reply.
2015-12-01 11:01:32 -07:00
FusionPBX
facb322449
Merge pull request #1272 from moteus/lazy_settings_global
...
Fix. Remove global variable.
2015-12-01 10:49:48 -07:00
Matthew Vale
b399dd9196
changed to xcopy for windows
2015-12-01 17:34:04 +00:00
Matthew Vale
45a431d93c
added better quoting for windows
2015-12-01 17:30:46 +00:00
Matthew Vale
1f8bbf4384
corrected typo
2015-12-01 17:02:38 +00:00
Matthew Vale
b38ef45fa1
added normalize to OS before using copy under win
2015-12-01 17:00:41 +00:00
Matthew Vale
8473aed603
corrected path build
2015-12-01 16:57:06 +00:00
Matthew Vale
7a6d6c9d21
stored config_lua path correctly
2015-12-01 16:47:18 +00:00
Matthew Vale
b205573597
corrected call to normalize_path_to_os
2015-12-01 16:42:54 +00:00
Matthew Vale
3e80fc1047
improved message related to config_lua
2015-12-01 16:40:36 +00:00
Matthew Vale
411fceabd3
Deal with create_username
...
don't create the db_username if it is the same as the db_create_username
2015-12-01 16:29:14 +00:00
Matthew Vale
65d70d5d68
Result of merge
2015-12-01 16:22:40 +00:00
Matthew Vale
f0e2e8d735
Merge remote-tracking branch 'remotes/fusionpbx/master' into Enhance_Install
...
Conflicts:
core/install/resources/classes/install_fusionpbx.php
2015-12-01 16:21:10 +00:00
Matthew Vale
44b9574a53
corrected dbh->exec checks to use === to force bool check
2015-12-01 16:08:04 +00:00
Matthew Vale
3f4a9865f5
Added better status updates
2015-12-01 15:56:07 +00:00
Matthew Vale
a936bbcf74
moved config_lua responsibility to install_switch
2015-12-01 15:13:33 +00:00
Matthew Vale
d0d3240fc4
Added Switch upgrade as a separate option
2015-12-01 14:32:58 +00:00
Matthew Vale
82a31894d5
added event_socket_* detection change in app_defaults
2015-12-01 13:36:13 +00:00
Alexey Melnichuk
efc62b064b
Remove unused code.
2015-12-01 16:24:53 +03:00
Alexey Melnichuk
f8c86b42bc
Add. `Tasks.send_mail_task` function to send task reply.
2015-12-01 15:46:52 +03:00
Matthew Vale
2201c709ef
bracket error
2015-12-01 12:00:58 +00:00
Matthew Vale
24f5bece94
Added detection of windows + non sqlite
2015-12-01 11:56:37 +00:00
Matthew Vale
42e9771791
use fixed value for the replacement as DIRECTORY_SEPARATOR changes per platform
2015-12-01 11:44:24 +00:00