FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
fusionate
12eead4b4d
Fax Server: Add option for Download Link on received fax notifications, instead of attachment.
2024-08-22 16:11:06 -06:00
FusionPBX
cd1cc70044
Remove redundant database objects
...
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
Andy Binder
9e6c45f924
German email templates ( #6753 )
2023-06-14 14:34:16 -06:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
frytimo
1c6c903709
Frytimo pr fix headers already sent ( #6655 )
...
* remove space causing headers already sent
* remove space causing headers already sent
2023-05-03 11:10:17 -06:00
agree
d8bd345d3a
[fax] fix new templates not being enabled ( #6290 )
2022-02-07 13:15:13 -07:00
FusionPBX
edcaff430b
Add more fax email templates
2022-02-04 16:10:07 -07:00
FusionPBX
aa933d5171
Update app_defaults.php
2017-01-12 23:27:11 -07:00
FusionPBX
f24df67e35
Update app_defaults.php
...
Ignore ringing to improve fax success rate.
2016-11-11 13:05:51 -07:00
jebsolutions
54d7e41f6e
app/fax/app_defaults.php: ( #2031 )
...
+ 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:24:40 -06:00
FusionPBX
c4d35d2cb8
Update app_defaults.php
2016-10-22 21:21:17 -06:00
FusionPBX
20ef9053aa
Update app_defaults.php
2016-10-22 16:37:56 -06:00
markjcrane
097a5d8ade
Check the missing array has content before processing it.
2016-05-04 00:22:35 -06:00
Alexey Melnichuk
81b965496f
Fix. Set all allowed extensions while default settings.
2016-05-02 23:59:47 -06:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Alexey Melnichuk
85454fbc9c
Add. allowed_extension array to specify allowed files in email.
2016-04-14 17:38:33 +03:00
Alexey Melnichuk
2f88d1d985
Fix. Decode email message from quoted-printable/base64.
...
Fix. Allow set custom fonts to support non latin alphabet.
2015-11-20 14:45:06 +03:00
Alexey Melnichuk
17f435fb22
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
markjcrane
2947343aca
Add fax default setting keep_local.
2015-08-16 01:53:39 -06:00
markjcrane
45680cebb7
Change the default fax_enable_t38_request to false.
2015-08-15 13:20:41 -06:00
markjcrane
1fec017b16
Make the fax/app_defaults.php more efficient and add fax_enable_t38=true and fax_enable_t38_request=true.
2015-08-15 13:17:07 -06:00
Nate Jones
25e31bc95c
Fax Server: Modified file conversion methods, misc minor changes.
2014-09-09 03:41:23 +00:00
Nate Jones
cca4fee7c9
Fax Server: Multiple file upload, customize contact info line and footer in cover sheet, other minor tweaks.
2014-09-04 06:57:26 +00:00
Nate Jones
7a9df29009
Fax Server: Select up to 5 files (TIF or PDF) to send. Added Default Setting for default page size (Auto, Letter, Legal, A4), or override at time of sending fax.
2014-09-04 00:57:09 +00:00
Nate Jones
21dc61fa8e
Fax Server: Misc enhancements, including multilingual and customizable cover page generation, fax resolution selection, etc. More to come.
...
FPDI and TCPDF libraries added to accommodate the above, and future enhancements.
2014-09-03 02:41:11 +00:00