FusionPBX
e5ea07f350
Update v_mailto.php
2018-02-22 20:14:58 -07:00
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
89e3ed5aed
Update v_mailto.php
2018-02-06 18:21:35 -07:00
FusionPBX
8954de16fc
Update fax_to_email.php
2018-02-02 00:51:59 -07:00
FusionPBX
cfe788fd2f
Update v_mailto.php
2018-02-02 00:45:57 -07:00
FusionPBX
74d578bb75
Update v_mailto.php
2018-02-02 00:44:56 -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
FusionPBX
13cf50db7f
Update v_mailto.php
2017-04-21 04:51:50 -06: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
fe178992c3
Update v_mailto.php
2017-01-16 18:20:09 -07:00
FusionPBX
ccc1e1eb65
Update v_mailto.php
2017-01-16 18:18:35 -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
FusionPBX
bbe1705019
Update v_mailto.php
...
For the include for email transcription change the file name from email_translation.php to email_transcription.php.
2016-07-13 18:01:40 -06:00
Chris Black
0b3eaa4d30
Allow outside transcription service to be called ( #1578 )
...
Allows users to create a function called get_transcription that they
can use to call any transcription service such as AT&T, Google,
iSpeech, etc and return just the translated text to be included in the
email.
2016-05-04 17:03:01 -06:00
markjcrane
bc51cd7d1d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
Harry G. Coin
fd313a7c66
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
Harry G. Coin
93cee9d479
Patch to support sendmail, qmail, mail.
...
Also allow port to be set without munging host string (easier to change from 25/465/custom/etc).
2016-04-25 20:58:28 -05:00
markjcrane
7d61371bc9
Rename the EventSocket class.
2016-04-02 19:23:16 -06:00
blackc2004
80be7780d8
fix some email stuff
2016-03-18 18:53:41 -07:00
markjcrane
eb5d95c5d5
Remove the body of the email from the log in the tmp directory to make it more readable and better compatibility with tail -f.
2016-03-15 03:22:38 -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
markjcrane
5a06f486af
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
Mafoo
ad324f4744
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
Matthew Vale
b20a38f454
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00:00
FusionPBX
8115b8b78c
Merge pull request #1269 from moteus/mailto_call_uuid
...
Fix. Make channel uuid optional in email.
2015-11-30 11:06:44 -07:00
Alexey Melnichuk
971d03e4d4
Fix. Make channel uuid optional in email.
...
This needs for example if fax server could not create outgoing channel.
2015-11-30 15:36:11 +03: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
b65d0b2053
Hide the email body from the email log.
2015-09-11 15:20:31 -06:00
markjcrane
b2595d4713
Add accountcode, domain_name and domain_uuid for fax forward.
2015-07-30 19:07:16 -06:00