FusionPBX
0e4e379b14
Use fax_email from the fax table for the mail to address.
...
And add additional condition for fax_queue enabled.
2022-04-30 23:50:50 -06:00
FusionPBX
eeba3eb66f
Fix fax forward so it can use the fax queue.
2022-04-30 20:39:15 -06:00
FusionPBX
a84095ef30
Fix the email from address.
2022-04-23 15:27:29 -06:00
FusionPBX
72cfc0d418
Remove fax enqueue as it has been replaced by the new fax queue.
2022-04-19 00:53:07 -06:00
FusionPBX
4f5b832157
Use the email class object.
2022-04-18 12:13:43 -06:00
FusionPBX
f71e6563e7
Update fax_to_email.php
2022-04-02 23:04:23 -06:00
FusionPBX
249d40381a
Add the file extension to the name.
2022-02-07 15:44:54 -07:00
FusionPBX
4c4fef83c8
Update fax_to_email.php
2022-02-07 15:28:40 -07:00
FusionPBX
a94009b5a9
Attach the PDF file if it exists.
2022-02-07 15:24:38 -07:00
FusionPBX
40205d32bf
Update fax_to_email.php
2022-02-04 21:53:06 -07:00
FusionPBX
737eb1df0a
Use the right variable fax_email.
2022-02-04 21:32:49 -07:00
FusionPBX
4f6e5da0af
Use the send_email function to send fax to email.
2022-02-04 16:01:27 -07:00
FusionPBX
2a90732936
Remove the timezone from now()
2021-11-20 11:48:22 -07:00
root
45319ef301
Set directories to 755 and files to 644
2019-12-14 17:34:17 +00:00
Nate
faadda843e
Update fax_to_email.php
2019-09-09 12:48:36 -06:00
Nate
04c2f7a132
Misc: Database class integration.
2019-08-28 17:53:34 -06:00
FusionPBX
f2481537a7
Update fax_to_email.php
2018-02-15 18:49:14 -07:00
FusionPBX
b5b2032ecc
Update fax_to_email.php
2018-02-06 18:23:09 -07:00
FusionPBX
f2edcf0fe0
Update fax_to_email.php
2018-02-02 00:51:59 -07:00
FusionPBX
1b3a824978
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
9a75dc9401
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
20e98628fa
Added missing execute rights ( #2459 )
2017-03-29 21:40:54 -06:00
FusionPBX
774f6f6558
Update fax_to_email.php
2017-03-01 12:16:11 -07:00
FusionPBX
02b5fb71d6
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
9d592f3318
Fix. Set correct dial-string in fax_to_email ( #2223 )
2016-12-02 02:08:43 -07:00
FusionPBX
3356c5857b
Update fax_to_email.php
...
Add the common_dial_string to the dial_string.
2016-12-02 00:27:00 -07:00
Len
01c1520f25
Update fax_to_email.php
...
update old variable $t38 to $fax_variables
2016-11-30 01:38:00 -05:00
FusionPBX
b5a9d25fae
Update fax_to_email.php
2016-10-31 14:39:04 -06:00
jebsolutions
031b1053dc
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
a8efb3b419
Update fax_to_email.php
2016-10-31 07:37:32 -06:00
FusionPBX
472c7efb3b
Update fax_to_email.php
...
Fix fax to email when using method and smtp_port.
2016-09-28 13:30:46 -06:00
pquan
e408cc33bf
fix tiff2pdf conversion in short faxes ( #1596 )
2016-07-27 23:00:33 -06:00
markjcrane
51ea37ed18
Rename the EventSocket class.
2016-04-02 19:23:16 -06:00
mafoo
2119c7ee8d
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
5339e39db8
Add. Send reply message after fax task done.
2015-11-30 11:57:09 +03:00
markjcrane
89c2f4ecb5
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
2a3b762aa2
Fix. `path_join` function when first argument is full path.
2015-11-24 13:54:04 +03:00
Alexey Melnichuk
bbe62a2941
Fix. Use fax_dir only if we can not find fax file.
2015-11-23 15:51:05 +03:00
Alexey Melnichuk
d5e63317d6
Add. Use fax queue to do fax forward.
2015-11-23 15:12:55 +03:00
markjcrane
0ea162ae8c
Update domain setting handling in fax to email.
2015-09-26 11:39:16 -06:00
markjcrane
b27bcdd820
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
7284afffb3
Add accountcode, domain_name and domain_uuid for fax forward.
2015-07-30 19:07:16 -06:00
Nate Jones
51ae30fc10
Fax: Fix fax-to-email, better conversion to PDF.
2015-05-11 23:41:11 +00:00
Mark Crane
4d745c6911
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
1b53a059bc
Fax to Email: Minor format adjustment.
2015-02-05 09:43:44 +00:00
Nate Jones
cc97f68de9
Fax Server: Fax-to-Email Subject Tag addition to Subject text.
2014-11-29 13:10:57 +00:00
Nuno Miguel Reis
5143d0ebd4
cleanup
2013-10-17 22:07:17 +00:00
Mark Crane
12745ac0ce
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
fec419a3da
changed batch to at (it simply works like this)
2013-07-29 17:22:21 +00:00
Mark Crane
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00