Commit Graph

45 Commits

Author SHA1 Message Date
FusionPBX 84ec143132
Update fax_to_email.php 2018-02-15 18:49:14 -07:00
FusionPBX 864abad9ca
Update fax_to_email.php 2018-02-06 18:23:09 -07:00
FusionPBX 8954de16fc
Update fax_to_email.php 2018-02-02 00:51:59 -07:00
FusionPBX 8c2bbbf7b3
Update fax_to_email.php
Make the code more consistent with the rest of the project.
2018-02-02 00:06:11 -07:00
ewyand 380171da06 Add customization for email (#2968)
Add customization for email
Add customization for smtp_from and smtp_from_name for voicemail to email
Add customization for smtp_from and smtp_from_name for fax to email
Fixed typo
2018-02-01 22:21:04 -07:00
Mafoo a0494015f3 Added missing execute rights (#2459) 2017-03-29 21:40:54 -06:00
FusionPBX 1b811104c5 Update fax_to_email.php 2017-03-01 12:16:11 -07:00
FusionPBX 2d580d4f6b Update fax_to_email.php
Remove the hard coded fax_enable_t38=true,fax_enable_t38_request=true in favor of default settings -> fax -> variables.
2016-12-02 21:16:07 -07:00
Alexey Melnichuk b55e8f3974 Fix. Set correct dial-string in fax_to_email (#2223) 2016-12-02 02:08:43 -07:00
FusionPBX 9c53d77fb9 Update fax_to_email.php
Add the common_dial_string to the dial_string.
2016-12-02 00:27:00 -07:00
Len 0861ce7250 Update fax_to_email.php
update old variable $t38 to $fax_variables
2016-11-30 01:38:00 -05:00
FusionPBX 5de28928e6 Update fax_to_email.php 2016-10-31 14:39:04 -06:00
jebsolutions 130147990e Fax email fix for master branch (#2023)
* allow bypass of certificate validation

* Update app_defaults.php

change to match

* Update app_defaults.php
2016-10-31 14:19:41 -06:00
FusionPBX fa50cd855c Update fax_to_email.php 2016-10-31 07:37:32 -06:00
FusionPBX 5469535e59 Update fax_to_email.php
Fix fax to email when using method and smtp_port.
2016-09-28 13:30:46 -06:00
pquan 42b0fc81af fix tiff2pdf conversion in short faxes (#1596) 2016-07-27 23:00:33 -06:00
markjcrane 7d61371bc9 Rename the EventSocket class. 2016-04-02 19:23:16 -06:00
mafoo 7c01967366 WhitespaceClean-others
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:58:35 +00:00
Alexey Melnichuk c9be5948c0 Add. Send reply message after fax task done. 2015-11-30 11:57:09 +03: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
Alexey Melnichuk 573738fbbb Fix. `path_join` function when first argument is full path. 2015-11-24 13:54:04 +03:00
Alexey Melnichuk 644060fe27 Fix. Use fax_dir only if we can not find fax file. 2015-11-23 15:51:05 +03:00
Alexey Melnichuk 6c52afa2c5 Add. Use fax queue to do fax forward. 2015-11-23 15:12:55 +03:00
markjcrane b5f581fbfd Update domain setting handling in fax to email. 2015-09-26 11:39:16 -06:00
markjcrane 24652e393f After event socket class was added it created a bug in FAX email and forward. It was unable to find the new EventSocket class adding the include resolves the problem. 2015-09-26 08:59:36 -06:00
markjcrane b2595d4713 Add accountcode, domain_name and domain_uuid for fax forward. 2015-07-30 19:07:16 -06:00
Nate Jones a3b256b4d9 Fax: Fix fax-to-email, better conversion to PDF. 2015-05-11 23:41:11 +00:00
Mark Crane c017ee74d2 Make the fax_to_email.php work with $name with the fax file name and also with the full path and file name. 2015-04-28 00:25:59 +00:00
Nate Jones 2f5fe5055f Fax to Email: Minor format adjustment. 2015-02-05 09:43:44 +00:00
Nate Jones 3ec3f8ca2e Fax Server: Fax-to-Email Subject Tag addition to Subject text. 2014-11-29 13:10:57 +00:00
Nuno Miguel Reis a76f3c050d cleanup 2013-10-17 22:07:17 +00:00
Mark Crane 1b7b963da6 Fax to email attachment if the PDF exists attach it to the email however if only the TIF file exists then send it instead of the PDF. 2013-09-17 21:02:23 +00:00
Nuno Miguel Reis f60bfbbb69 changed batch to at (it simply works like this) 2013-07-29 17:22:21 +00:00
Mark Crane ffffea0710 Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
James Rose 06d7e8100a assign a more meaningful variable name. 2013-01-09 00:37:52 +00:00
James Rose 30672d27a5 forgot . 2013-01-09 00:31:01 +00:00
James Rose 376b72b24c made fax relay compatible with new fax_retry.lua 2013-01-08 20:39:27 +00:00
Mark Crane 97f0879742 Delete the old phpmailer files and point fax to email and mailto to it. 2012-12-04 00:32:26 +00:00
Mark Crane 815dd7ec87 Fix outbound_route_to_bridge so that it uses the correct domain_uuid in every situation. Everyone using multi-tenant is should update svn to apply this fix. 2012-09-04 16:34:34 +00:00
Mark Crane d29f6e79ac Make fax and email email settings use the settings from default settings. 2012-08-17 08:52:10 +00:00
Mark Crane b657e27f24 Minor syntax change to fax_to_email.php 2012-07-27 15:29:40 +00:00
Mark Crane 62ef9cb236 Straighten out the use of domain_uuid sessions variable. 2012-07-24 18:15:45 +00:00
Mark Crane 75e2ab8d28 Add single quotes around true in the outbound_route_to_bridge function. Remove the lib_switch.php include in fax_to_email.php that was not necessary after all. 2012-07-24 18:07:20 +00:00
Mark Crane 6a44c2fca2 Add a missing include required for fax forwarding to an external number. 2012-07-24 17:33:15 +00:00
Mark Crane af103e9c41 Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00