647 Commits

Author SHA1 Message Date
FusionPBX
406cc25c70 Add a missing quote. 2021-12-06 17:17:22 -07:00
MCohenAuravox
ab9140e960 Update fax_send.php (#6067)
Send redirects to new Outbox feature
2021-12-06 10:40:45 -07:00
MCohenAuravox
1c860c3114 Update fax.php (#6066)
Add menu item for outbox feature
* Add label-outbox
* Use the label-outbox
2021-12-06 10:36:40 -07:00
MCohenAuravox
378a5043f9 Create fax_outbox.php (#6068)
New Outbox feature page
2021-12-06 10:25:57 -07:00
FusionPBX
dd106a6871 Replace event_socket_mkdir with php mkdir. (#6170) 2021-12-02 19:03:55 -07:00
frytimo
e9288230b8 Honor toll_allow when using email-to-fax (#6128)
toll_allow should be honored for outbound routes
2021-11-22 09:09:03 -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
cbf5a11310 Add fax_subject, fax_message, and fax_footer to the user group. 2021-09-08 22:39:23 -06:00
FusionPBX
c712b64ad4 Add fax variables t38_passthru, and fax_use_ecm. 2021-07-26 11:38:58 -06:00
FusionPBX
f6f2f1c77f Fix custom fax cover_logo. 2021-07-14 18:54:03 -06:00
agree
369324b10e Fix fax search (#5975) 2021-06-18 14:40:54 -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
c5209d24e6 Add three new permissions fax_subject, fax_message, and fax_footer 2021-06-09 10:55:23 -06:00
markjcrane
014cbd1cd0 Replace data type timestamp with timestamptz 2021-05-05 20:46:53 -06:00
FusionPBX
48cffe41da Use permission fax_extension_view instead of if_group. 2021-03-18 10:44:43 -06:00
FusionPBX
d0fbbd6a2e Use the new fax_extension_view_domain instead of if_group function 2021-03-18 10:37:38 -06:00
FusionPBX
95b5660da9 Use the new fax_extension_view_domain instead of if_group superadmin and admin. 2021-03-18 10:35:37 -06:00
FusionPBX
d27c7e210e Use the new fax fax_extension_view_domain permission.
Also selected specific fields rather than using the * wild card in the select statement.
2021-03-18 10:23:03 -06:00
FusionPBX
4ec6e5832d Add a new permission fax_extension_view_domain 2021-03-18 09:56:07 -06:00
emaktech
a894aa1aa7 Update app_languages.php
Minor french language updates
2021-01-06 15:31:51 -05:00
fusionate
0dc478ac00 Fax Server: Add ability to authorize domains for Email-to-Fax. 2020-12-02 12:20:10 -07:00
fusionate
c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07: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
FusionPBX
81ff164a65 Update fax.php
Change session context to domain_name.
2020-10-22 02:19:08 -06:00
agree
73e9136344 Fix faxing to multiple numbers (#5503) 2020-10-01 17:08:53 -06:00
agree
16b34145d6 add extensions to destination class (#5501) 2020-09-29 11:43:48 -06:00
FusionPBX
fe284ccebb Remove the deprecated save_dialplan_xml function. 2020-08-14 00:17:46 -06:00
Nate
75b46b3298 Fax - Preview/Send: Better cover_logo handling. 2020-05-30 20:27:26 -06:00
Nate
44e2df3ac1 Fax Server: Modal integration. 2020-03-26 09:38:50 -06:00
racitup
a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -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
5f5a4f5509 Fax Server: Include logs and files in server/extension delete() method. 2020-02-17 20:10:36 -07:00
Nate
0f3b464937 Fax - Edit: Minor mods. 2020-02-13 13:04:26 -07:00
Nate
1bc6aea2ca Fax - Server: Remove deprecated delete script. 2020-02-13 13:03:21 -07:00
Nate
913aec9253 Fax - Files: Remove deprecated delete script. 2020-02-13 12:45:14 -07:00
Nate
4a8fe2d2d0 Fax - Logs: Remove deprecated delete script. 2020-02-13 12:30:44 -07:00
Nate
469798ad36 Fax Logs: Better refresh button. 2020-01-29 11:49:49 -07:00
Nate
ee283c7ea9 Fax Logs: Fix refresh button. 2020-01-29 11:47:37 -07:00
Nate
1ceccf698e Fax Server: List view, button, bulk delete via class, etc. 2020-01-29 11:41:12 -07:00
root
e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
chansizzle
bdec1750a4 Update app_config.php (#5031) 2020-01-08 20:39:19 -07:00
Nate
d79244b39d Fax Server: Add window titles. 2020-01-06 11:43:43 -07:00
chansizzle
b18607b6ae Update fax_logs.php (#4963) 2019-12-18 20:15:02 -07:00
root
45319ef301 Set directories to 755 and files to 644 2019-12-14 17:34:17 +00:00
agree
d20a403679 added toll allow to fax server (#4936) 2019-12-08 22:37:12 -07:00