FusionPBX
0ffb43d2a9
Update css.php
...
CSS fix the overwrap problem on the pre html tags.
2016-11-06 01:45:50 -07:00
FusionPBX
f43c639ecc
Update index.lua
...
Add additional security when using voicemail_authorized = true.
2016-11-06 01:07:08 -06:00
jebsolutions
251b808558
#1987 combined fix for 4.2 ( #2030 )
...
app/fax/app_defaults.php:
+ fix: duplicate check only within same default_setting_category. This fixes the bug where "keep_local" for fax wasn't being created because there was a "keep_local" for voicemail. Without this fix you will get a lua error due to the field not being set and nothing shows up in the sent faxes log.
fax/fax_log_view.php:
+ fix: back button text is missing. Copied correct localized text code from another fax page that worked.
app/fax/app_config.php
+ fix: date field is now timestamp for postgres+mysql. This fixes the listing only showing the date, not the time as well.
Note: app->defaults doesn't change field types. Existing installs will have to manually update the field type e.g. for postgres:
sudo -sHu postgres
\d fusionpbx
alter table v_fax_logs alter column fax_date type timestamp without time zone;
\q
2016-11-03 16:25:02 -06:00
FusionPBX
3d52bba57d
Update ldap.php
...
If the password is not provided then set user authorized to false.
2016-11-02 00:34:18 -06:00
FusionPBX
1633a2730d
Update install_switch.php
2016-10-31 23:47:10 -06:00
jebsolutions
0ed5657ec6
email/fax fixes for 4.2 branch ( #2022 )
...
I updated this to latest 4.2.
2016-10-31 14:21:26 -06:00
FusionPBX
b887eb4c82
Update message_waiting.lua
2016-10-30 12:16:49 -06:00
FusionPBX
29b08aa753
Update vars.xml
2016-10-27 12:44:20 -06:00
FusionPBX
213de55ccc
Update xml_cdr.php
2016-10-25 18:05:55 -06:00
FusionPBX
b75f73f28a
Update ivr.conf.lua
...
Move direct dial after the options.
2016-10-25 10:07:19 -06:00
FusionPBX
8147223696
Update {$mac}.xml
2016-10-24 15:10:06 -06:00
FusionPBX
cdd04a39ee
Update extension.php
2016-10-18 00:19:10 -06:00
FusionPBX
e0b10228e0
Update database.php
...
Remove the changes to the 4.2 database class they were meant for the master branch.
2016-10-16 10:47:11 -06:00
FusionPBX
6162768599
Update database.php
...
Moving orm method into to the database class goal is to remove orm class in the near future.
2016-10-16 10:40:03 -06:00
FusionPBX
a10ce2d162
Update ivr.conf.lua
...
Fix IVR Menu greet short.
2016-10-16 01:07:56 -06:00
hargut
687e02569d
[4.2] allow page-break on fax_message & fax_footer ( #1978 )
...
* enable page-breaks on fax messages
* fix footer & allow page break
* update footer placement to work properly on single page
2016-10-11 22:52:14 -07:00
FusionPBX
f52649f2fd
Update macro.lua
2016-10-08 09:53:29 -06:00
FusionPBX
65ba2caa57
Update permissions.php
2016-10-01 12:10:07 -06:00
FusionPBX
7887489078
Update xml_cdr_inc.php
2016-09-30 01:02:15 -06:00
Luis Daniel Lucio Quiroz
aa21a1c4a5
Look further for domain_name ( #1954 )
...
Same rationale as 4.0
2016-09-28 17:57:29 -06:00
FusionPBX
3266c14409
Update fax_to_email.php
...
Fix fax to email when using method and smtp_port.
2016-09-28 13:32:09 -06:00
FusionPBX
500e42c2ac
Update play_greeting.lua
2016-09-25 01:45:05 -06:00
FusionPBX
95a12e2fcd
Update recordings.php
...
When uploading a recording ensure that the domain name directory exists so the file can be uploaded to it.
2016-09-22 19:26:40 -06:00
hargut
760c44b7b0
[4.2] Fix e-mail attachment handling / conversion & allow local emails to be valid ( #1921 ) ( #1933 )
...
* Enable local email addresses to be valid. E.g required for local Fax submission.
* Fix filenames & allow spaces in filenames.
* Fix attachment file names.
* Revert "Fix filenames & allow spaces in filenames."
2016-09-20 21:11:13 -06:00
FusionPBX
5d9720c983
Update index.php
2016-09-20 16:51:38 -06:00
Luis Daniel Lucio Quiroz
cb3b0e6f06
Fix load balancing ( #1919 )
2016-09-18 22:09:25 -06:00
FusionPBX
5343cfd641
Update macro.lua
2016-09-18 14:05:52 -06:00
FusionPBX
5a1f8feeec
Update macro.lua
2016-09-17 18:21:36 -06:00
FusionPBX
c0fdf6d9ad
Update check_auth.php
2016-09-16 18:07:47 -06:00
FusionPBX
7f559315a2
Update switch.conf.xml
...
Update mailer-app and mailer-app-args.
2016-09-15 14:11:10 -06:00
FusionPBX
53b701c398
Update time_condition_edit.php
...
Time condition time-of-day use 1 minute increments this solves multiple problems and more flexible for minutes 0 - 59.
2016-09-13 19:43:02 -06:00
FusionPBX
89a5f06bb7
Update ivr_menu.php
2016-09-12 15:51:29 -06:00
FusionPBX
639516828b
Update permissions.php
...
Use the new array structure.
2016-09-12 15:42:05 -06:00
FusionPBX
26c4168cab
Update authentication.php
2016-09-11 12:52:15 -06:00
FusionPBX
cd34ed0527
Update database.php
2016-09-11 12:45:39 -06:00
FusionPBX
69e258e8ae
Update check_auth.php
...
Set the domain_uuid session variables.
2016-09-11 12:28:12 -06:00
FusionPBX
928dd3ecfa
Update authentication.php
...
Make the database the default authentication plugin if the default setting -> authentication is not set.
2016-09-11 09:52:29 -06:00
FusionPBX
b61e746b1e
Fix a spelling mistake in ldap.php.
2016-09-11 09:09:16 -06:00
FusionPBX
d907fb64d6
Update functions.php
...
FusionPBX 4.2 release.
2016-09-11 00:03:57 -06:00
FusionPBX
36e722090b
Update check_auth.php
2016-09-10 23:52:11 -06:00
FusionPBX
3839d2764f
Update functions.php
2016-09-10 23:46:25 -06:00
FusionPBX
856c804c52
Update check_auth.php
...
Updated to use the new authentication class.
2016-09-10 23:13:08 -06:00
FusionPBX
5cb3a012f5
Update ldap.php
2016-09-10 22:28:35 -06:00
FusionPBX
4640f8ac8d
Update database.php
...
Add contact_uuid to the database plugin.
2016-09-10 22:22:37 -06:00
FusionPBX
7f4e07a8eb
Create authentication.php
2016-09-10 22:21:08 -06:00
FusionPBX
a3a3dce5e6
Delete authentication.php
...
Wrong content added to this file that has no history so delete the file.
2016-09-10 22:20:10 -06:00
FusionPBX
5658dc27c4
Create root.php
2016-09-10 18:08:03 -06:00
FusionPBX
612149a91d
Create app_config.php
2016-09-10 18:07:18 -06:00
FusionPBX
4a00aeeb9a
Delete app_config.php
...
Put it in the wrong location.
2016-09-10 18:06:51 -06:00
FusionPBX
fff6776d4f
Create app_config.php
2016-09-10 18:06:13 -06:00