markjcrane
e0ff445922
Rename the config.php file and a few minor adjustments to install_fusionpbx.
2015-11-27 19:03:25 -07:00
markjcrane
e6b12ca3c9
Add a new config.php class.
2015-11-27 18:57:23 -07:00
markjcrane
d447f10c03
Move config.php into install -> app defaults method.
2015-11-27 18:13:13 -07:00
markjcrane
12416cb972
Get rid of trailing tabs, correct some of the vertical line spacing, and other minor changes.
2015-11-27 18:04:59 -07:00
markjcrane
74bdef67f8
Include the config.php file in the install so that the config.lua will have the db port, host, username and password values.
2015-11-27 17:47:28 -07:00
markjcrane
fd65c15bb4
Add some translations for the install.
2015-11-27 17:14:44 -07:00
markjcrane
e49ba553b6
Fix the provision path.
2015-11-27 14:10:49 -07:00
markjcrane
08bb5d35b1
Correct the file names of the Mitel templates.
2015-11-27 13:56:53 -07:00
markjcrane
1cc33fef8c
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-11-27 11:26:08 -07:00
markjcrane
8a783fdc03
Add the additional language variables to app_languages.php.
2015-11-27 11:25:50 -07:00
markjcrane
8ca5c6f92a
Add domain_uuid is null to the dialplan class similar to how already done in the ring_groups/index.lua.
2015-11-27 11:25:06 -07:00
FusionPBX
b068771073
Merge pull request #1261 from moteus/mailto_windows
...
Fix. Use wrapper bat file to v_malito.php on Windows.
2015-11-27 10:27:53 -07:00
FusionPBX
c2c66193a7
Merge pull request #1262 from moteus/send_mail_wrapper
...
Add. `send_mail` wrapper function to freeswitch.email and v_mailto.php.
2015-11-27 10:01:45 -07:00
Alexey Melnichuk
10aa126495
Fix. json encode x-headers
2015-11-27 16:29:52 +03:00
Alexey Melnichuk
84f3fde716
Add. `send_mail` wrapper function to freeswitch.email and v_mailto.php.
...
Fix. Send voicemail when set unknown language/dialect.
2015-11-27 15:47:14 +03:00
Alexey Melnichuk
f01eb875c7
Fix. Use wrapper bat file to v_malito.php on Windows.
...
Tested on WAMP and OpenServer.
2015-11-27 14:50:08 +03:00
FusionPBX
26313e8ac6
Merge pull request #1259 from mafoo/bugfix-ft_install
...
Bugfix ft install
2015-11-26 13:18:05 -07:00
Matthew Vale
f1c6963e9e
corrected use of detect
2015-11-26 18:45:11 +00:00
Matthew Vale
8eeee0fea1
incorrect reference to get the switch to restart
2015-11-26 18:35:11 +00:00
Matthew Vale
0cd6895061
corrected spelling mistake
2015-11-26 18:25:46 +00:00
Matthew Vale
efa20fb04b
moved upgrade function from app_defaults
...
moved upgrade function out to upgrade.php otherwise during initial
install all app_defaults get run twice
2015-11-26 18:24:09 +00:00
FusionPBX
be2b329fc8
Merge pull request #1257 from mafoo/bugfix-ft_install
...
Bugfix ft install
2015-11-26 10:22:55 -08:00
Matthew Vale
b5eed9f0ef
populate event_socket_* for core/upgrade/app_defaults
2015-11-26 18:12:35 +00:00
Matthew Vale
5960b18e71
Corrected incorrect merge
2015-11-26 17:53:02 +00:00
Matthew Vale
e504c8b592
moved restart and unprotected app_defaults
2015-11-26 16:57:34 +00:00
FusionPBX
a76dee8130
Merge pull request #1258 from moteus/fax_queue
...
Fix. problem when same session can release task multiple times.
2015-11-26 08:21:07 -08:00
Matthew Vale
af867043b2
changed install order
2015-11-26 15:57:32 +00:00
Matthew Vale
f0008691ee
moved fusionPBX install after switch install
2015-11-26 14:56:56 +00:00
Matthew Vale
1bf97c959d
merge from master
...
changed handling for upgrade to utilize the session event details if
detect_switch is missing
2015-11-26 14:50:30 +00:00
Alexey Melnichuk
990dd7b9ed
Add. log session uuid
2015-11-26 17:41:48 +03:00
Matthew Vale
ad60f62e60
Corrected storage of the event_port
...
made a warning render correctly
added a warning about choosing a remote host
2015-11-26 14:33:08 +00:00
Alexey Melnichuk
5bc286d5e2
Fix. Remove task in next.lua (Fix preview commit)
2015-11-26 17:30:56 +03:00
Alexey Melnichuk
a485be3883
Fix. Remove task in next.lua
2015-11-26 17:25:15 +03:00
Alexey Melnichuk
486004de02
Fix. problem when same session can release task multiple times.
...
It can be when originate has group dial-string. So it call `api_hangup_hook`
for each channel.
Now we release task in `retry.lua` only if originate success and this is same channel
which execute `exec.lua`.
If originate fail we release task `next.lua`
2015-11-26 17:23:33 +03:00
Matthew Vale
ebadb3b09f
fixed detection of timezone on debian
...
removed add_new_switch temporarily, currently not supported
2015-11-26 13:20:04 +00:00
Matthew Vale
2fbd4e2aae
Added check
...
will now throw if the config.lua could not be opened for writing
2015-11-26 11:23:52 +00:00
markjcrane
7e18d6d122
Remove the old reference to install class and replaced with install_switch.
2015-11-25 21:55:17 -07:00
markjcrane
ec44f93afd
Another minor adjustment.
2015-11-25 18:18:48 -07:00
markjcrane
1ea8a721fb
Fix the syntax by adding a missing semi-colon.
2015-11-25 18:17:48 -07:00
markjcrane
cbfaaa2ae1
If the script dir is set in the session we know the location and don't need to ask freeswitch for it again.
2015-11-25 18:16:38 -07:00
markjcrane
a30b0b56ab
Remove trailing tabs. Fix some spelling mistakes. And update core/upgrade/app_defaults.php to fix advanced -> upgrade.
2015-11-25 18:06:27 -07:00
markjcrane
331778e36c
Correct the primary key of v_fax_tasks table. Coding standards require primary key to remove v_ prefix, singular form and add a _uuid postfix. Result is task_uuid has been changed to fax_task_uuid.
2015-11-25 08:51:54 -07:00
FusionPBX
8bcf55b5fc
Merge pull request #1251 from moteus/fax_queue
...
Fax queue
2015-11-25 07:37:28 -08:00
FusionPBX
e16cd92558
Merge pull request #1252 from mafoo/Install_Rewrite
...
Install rewrite
2015-11-25 07:35:50 -08:00
Matthew Vale
4746deab5b
Migrated styling into template
2015-11-25 15:31:33 +00:00
Matthew Vale
9a0f56668d
Updated detected configuration
2015-11-25 15:19:00 +00:00
Alexey Melnichuk
4814d20dce
Fix. cleanup old tasks.
2015-11-25 13:21:02 +03:00
Alexey Melnichuk
b806a92cd1
Fix. Log output in retry.lua
2015-11-25 12:42:56 +03:00
markjcrane
83dac1faa0
Add ability to download the provisioning files from the device edit page for those users that have the device_files permission.
2015-11-25 00:10:49 -07:00
markjcrane
6f0d3c54f5
Fix the path on the provisioning file.
2015-11-24 16:31:25 -07:00