Commit Graph

98 Commits

Author SHA1 Message Date
FusionPBX
2f32ebd357 Use setting fax_queue enabled boolean. 2022-04-16 11:17:59 -06:00
FusionPBX
3f8e4328fe Use this for now until FAX queue is prepared better. 2022-04-05 14:01:56 -06:00
FusionPBX
8b6f094e08 Use the right hangup hook. 2022-04-03 00:22:14 -06:00
FusionPBX
a99395033f Update fax_send.php
Minor changes
2022-04-02 19:06:19 -06:00
FusionPBX
37f780e4e9 Add to the fax_queue_uuid common variables. 2022-03-31 22:11:00 -06:00
markjcrane
35fa6a2a08 Add a new FAX Queue 2022-03-31 12:24:00 -06:00
FusionPBX
bbf61c3950 Use contact permissions for the fax contacts if value is true. 2022-02-18 14:08:14 -07:00
FusionPBX
3778e449f5 Change back to original fax_files.php as the fax_outbound.php is not ready. 2021-12-10 20:21:03 -07:00
MCohenAuravox
ab9140e960 Update fax_send.php (#6067)
Send redirects to new Outbox feature
2021-12-06 10:40:45 -07:00
FusionPBX
487afc371e Change the fax file name to md5 to avoid characters that present a security risk. 2021-11-03 15:30:01 -06:00
FusionPBX
0377b2152c Force the fax_page_size to only preset allowed values. 2021-11-03 09:38:01 -06:00
FusionPBX
2d2869c1a1 Require the fax_extension to be numeric.
Need to validate that the fax_extension really is numeric. Also replace event_socket_mkdir that makes a directory with mkdir.lua and use a php mkdir function instead. We want to offload this off of FreeSWITCH and its safer to use the PHP function.
2021-11-02 21:55:15 -06:00
FusionPBX
f6f2f1c77f Fix custom fax cover_logo. 2021-07-14 18:54:03 -06:00
FusionPBX
89de896e75 Changed to maintain compatibility with newer version of ghost script.
Credit to demonspork for this fix.
2021-06-12 13:15:56 -06:00
FusionPBX
c4219d7fe0 Add three new permissions fax_subject, fax_message, and fax_footer. 2021-06-09 10:56:10 -06:00
FusionPBX
d0fbbd6a2e Use the new fax_extension_view_domain instead of if_group function 2021-03-18 10:37:38 -06:00
emaktech
5d3b2d3226 Optimize Fax Conversion Quality
Added additional command line switches to the Ghostscript command which greatly improves the output quality and legibility of converted faxes.

Now using a simple threshold method - 75% threshold to determine if a pixel will be black or white.
Dithering is turned off completely.
Also switched to newer tiffg4 compression method.
2020-11-17 16:00:23 -05:00
fusionate
4f29228768 Fax Server: Better compatibility with current libtiff-tools. 2020-11-05 16:08:27 -07:00
agree
73e9136344 Fix faxing to multiple numbers (#5503) 2020-10-01 17:08:53 -06:00
Nate
75b46b3298 Fax - Preview/Send: Better cover_logo handling. 2020-05-30 20:27:26 -06:00
Nate
e8494facee Multiple: Add IDs to form tags, remove empty action attributes. 2020-03-05 10:02:25 -07:00
Nate
029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate
1ceccf698e Fax Server: List view, button, bulk delete via class, etc. 2020-01-29 11:41:12 -07:00
Nate
d79244b39d Fax Server: Add window titles. 2020-01-06 11:43:43 -07:00
agree
d20a403679 added toll allow to fax server (#4936) 2019-12-08 22:37:12 -07:00
agree
7e6801e798 Update fax_send.php (#4844) 2019-11-14 21:56:07 -07:00
Nate
2f7fb47a76 Fax Send: Token integration. 2019-09-19 08:35:52 -06:00
FusionPBX
1b4e3787e1 Update fax_send.php 2019-08-30 01:34:59 -06:00
Nate
733ba98dc6 Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates. 2019-08-20 18:15:50 -06:00
chansizzle
fad4356619 Update fax_send.php (#4443)
* Update fax_send.php

* Update fax_send.php
2019-08-15 15:29:05 -06:00
Nate
d23c5d84c4 Fax Server: Database class integration. 2019-08-07 18:59:26 -06:00
FusionPBX
eca86a9e6a Update fax_send.php 2019-06-19 08:12:40 -06:00
FusionPBX
a1a68faf0d Update fax_send.php 2019-02-12 12:49:13 -07:00
FusionPBX
d6dc5519d4 Update fax_send.php 2018-09-20 00:52:53 -04:00
FusionPBX
68ceaed6fe Update fax_send.php 2018-09-19 23:34:20 -04:00
AlexanderDCrane
243906c5f4 Update fax_send.php (#3392) 2018-08-31 14:33:17 -06:00
markjcrane
a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
AlexanderDCrane
02841475f6 Update fax_send.php (#3302) 2018-08-27 20:41:39 -06:00
FusionPBX
ebbeeab165 Update fax_send.php 2018-05-02 11:41:52 -06:00
FusionPBX
9f60afb146 Update fax_send.php 2018-02-06 18:24:46 -07:00
Mafoo
3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Harald Gutmann
dda76e5beb allow page-break on fax_message & fax_footer (#1978) (#2378)
* enable page-breaks on fax messages

* fix footer & allow page break

* update footer placement to work properly on single page
2017-02-16 19:48:17 -07:00
Luis Daniel Lucio Quiroz
478f164024 Be sure FAX path exists before uploading (#2345) 2017-02-07 21:37:48 -07:00
FusionPBX
61070ffeaf Update fax_send.php
Prevent the fax cover page from exceeding 1 page.
2017-01-22 22:34:47 -07:00
FusionPBX
db9168adff Update fax_send.php
Fax conversion failed until adding the /tmp as the home directory in this way.
2016-12-17 12:47:38 -07:00
FusionPBX
1548cfebf9 Update fax_send.php
Adjust the spacing for better consistency matching the rest of the code.
2016-12-02 21:35:40 -07:00
FusionPBX
7f98064094 Update fax_send.php
Get fax variables from default settings and use them for sending.
2016-11-11 13:19:52 -07:00
Chris Black
0d24ad70e7 fix fax multiple files. (#1963)
Added some changes from ICR regarding the text/plain emails, added a
uuid to the file name when getting saved to the FS in the event that
multiple emails come in with the same exact file name and also reset
the tif_files in fax_send as it was just adding to the end of the array
and creating bad tiffcp commands.
2016-09-30 15:47:22 -06:00
hargut
903dabfa6c Fix e-mail attachment handling / conversion & allow local emails to be valid (#1921)
* 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."

This reverts commit 0908f42cc7.
See commit ecf490ff79 for the proper fix.
2016-09-19 08:54:58 -06:00
markjcrane
bd23c78670 Use FreeSWITCH to run mkdir so it inherits its own user and group permissions. 2016-06-28 15:18:40 -06:00