Module fixes and updates (#7429)
commit4cafd7df7394ef4c935273a066de924cf96bc035
authorJerry Padgett <sjpadgett@gmail.com>
Mon, 20 May 2024 12:32:42 +0000 (20 08:32 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 12:32:42 +0000 (20 08:32 -0400)
tree58207ca94560dfb4d71cf2abc12151f34ccfc7a9
parente153ce289fa77980e2e0d02c00fd09cdf0f747c2
Module fixes and updates (#7429)

* Module fixes and updates
- PHP warnings

* faxsms etherfax module Improvements
- several PHP warnins and error fixed
- introduct two new classes to support image to pdf including tiff images

* - remove unneeded controller

* - add resize image method for GD
- pull image control to using just service
- add JS funtions to convert tiff to jpeg/png for backup to imagick
- add imagick support for tiff to image to pdf

* - add tiff and downgrade jsPDF for compatability
- update hpm packages

* Some refactor for readability

* major refactor to consoldate shared rescources and readabilty.

* - fix reversed signature args for callerid and caller name on fax send causing server to reject the request.

* =- add caller id in fax lisy

* change function call
config/config.yaml
interface/modules/custom_modules/oe-module-faxsms/contact.php
interface/modules/custom_modules/oe-module-faxsms/messageUI.php
interface/modules/custom_modules/oe-module-faxsms/src/Controller/EtherFaxActions.php
interface/modules/custom_modules/oe-module-faxsms/src/EtherFax/EtherFaxClient.php
interface/modules/custom_modules/oe-module-faxsms/version.php
package-lock.json
package.json
src/Services/ImageUtilities/HandleImageService.php [new file with mode: 0644]