markjcrane
cde9debb29
After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used.
2015-12-06 13:37:35 -07:00
markjcrane
622efef416
Convert localhost to 127.0.0.1 before determining the host_type.
2015-12-06 12:43:18 -07:00
markjcrane
16abb2849f
Remove the domain name from the switch recordings SESSION variable. The path for single and multi-tenant are handled the same and all will used their domain name.
2015-12-06 12:36:08 -07:00
markjcrane
b4e3ee5b0d
Detect the host type for PostgreSQL so it works with host or ip address. Also improve the code consistency by correcting the indentation and adding a few more comments.
2015-12-06 12:25:34 -07:00
markjcrane
c7ce4dade0
Change how the app_uuid is handled on device copy.
2015-12-06 10:26:10 -07:00
markjcrane
c02713a3bd
Use set and unset instead.
2015-12-06 10:13:22 -07:00
markjcrane
c788b8873e
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-12-06 10:02:42 -07:00
markjcrane
85f84e0ef6
Create a new app_uuid when creating a dialplan however when copying a time condition, inbound and outbound route keep the original app_uuid.
2015-12-06 10:02:24 -07:00
FusionPBX
444a375757
Merge pull request #1281 from mafoo/Enhance-app/system
...
Add git information to system info
2015-12-06 07:43:21 -07:00
markjcrane
689300e9cd
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-12-04 17:35:27 -07:00
markjcrane
5291abfe17
Update the wakeup phrases.
2015-12-04 17:35:02 -07:00
Alexey Melnichuk
769658dd85
Merge branch 'master' into fax_queue
2015-12-04 22:06:06 +03:00
FusionPBX
d8f8346314
Merge pull request #1280 from moteus/fax_path_domain_name
...
Change. Use path with domain name for faxes for single tenant installation.
2015-12-04 11:44:33 -07:00
FusionPBX
a849066faa
Merge pull request #1282 from mafoo/Bugfix-upgrade_source
...
use DOCUMENT_ROOT rather than assume path
2015-12-04 11:34:55 -07:00
FusionPBX
47233c52aa
Merge pull request #1283 from moteus/sennd_mail_no_file
...
Fix. send_mail without file.
2015-12-04 11:34:41 -07:00
FusionPBX
88cf7b8e3f
Merge pull request #1285 from moteus/send_fax_by_user
...
Fix. send fax by user listed in fax server list
2015-12-04 11:34:05 -07:00
Alexey Melnichuk
34775e9f7a
Merge branch 'send_fax_by_user' into fax_queue
2015-12-04 21:15:05 +03:00
Alexey Melnichuk
f01439a2bb
Fix. send fax by user listed in fax server list
2015-12-04 21:14:33 +03:00
Alexey Melnichuk
03ac859381
Merge branch 'send_fax_by_user' into fax_queue
2015-12-04 21:10:17 +03:00
Alexey Melnichuk
5b1fef316a
Fix. send fax by user listed in fax server list
2015-12-04 21:09:25 +03:00
Alexey Melnichuk
5c8aa45d44
Fix. send_mail without file.
2015-12-04 16:18:53 +03:00
Matthew Vale
36652ff231
use DOCUMENT_ROOT rather than assume path
2015-12-04 12:24:22 +00:00
Matthew Vale
0be63dff0e
Add git information to system info
2015-12-04 12:18:11 +00:00
Alexey Melnichuk
c543c42ffa
Change. Use path with domain name for faxes for single tenant installation.
2015-12-04 12:57:30 +03:00
FusionPBX
7c77e1cacd
Merge pull request #1278 from mafoo/Bugfix-Install
...
added suppression of progress by default
2015-12-03 23:40:26 -07:00
markjcrane
b250c66ee8
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-12-03 10:29:54 -07:00
markjcrane
a62cafb402
Update the provision file download to work with domain filter set to false.
2015-12-03 10:29:33 -07:00
FusionPBX
5f8fa55266
Merge pull request #1275 from mafoo/Bugfix-Install
...
Bugfix install
2015-12-03 09:19:53 -07:00
FusionPBX
6fcac25fbc
Merge pull request #1277 from mafoo/Bugfix-Sofia_External_IPv6
...
fix to the external IPv6
2015-12-03 09:18:28 -07:00
Matthew Vale
47ff30bce0
fix to the external IPv6
2015-12-03 15:42:52 +00:00
Matthew Vale
fb4edcdd74
added suppression of progress by default
2015-12-03 14:59:46 +00:00
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