Add SMS event to Secure Messaging (#6594)
commitd4fff10e8464889e344cee1955631ed9e8c29fa9
authorJerry Padgett <sjpadgett@gmail.com>
Thu, 22 Jun 2023 21:28:26 +0000 (22 17:28 -0400)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 21:28:26 +0000 (22 17:28 -0400)
tree027c16cba858622be896f64b41943c9d6ce417c9
parent3a11cc08958dde49b070cd0c6f0f3cd7fd6d6ed6
Add SMS event to Secure Messaging (#6594)

* Add SMS event to Secure Messaging
- support sending SMS to patient from messaging.

* prevent listener if module not enabled

* - quite PHP session is already started notice which does a stack trace 18 deep!

* - php error/warning fixes
- ensure session is closed to write before a new write

* - opps wrong file version previous commit

* - remove init sms api class on construct in notification listener.

* - add new environment debug variable to turn off dated reminders and background  service from running.

* Revert "- add new environment debug variable to turn off dated reminders and background  service from running."

This reverts commit 289d3eb92c4e2c6eaf1c08ed1040e701c08bf136.
interface/modules/custom_modules/oe-module-faxsms/contact.php
interface/modules/custom_modules/oe-module-faxsms/openemr.bootstrap.php
interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php
interface/modules/custom_modules/oe-module-faxsms/src/Controller/TwilioSMSClient.php
interface/modules/custom_modules/oe-module-faxsms/src/Events/NotificationEventListener.php
portal/messaging/messages.php
src/Common/Session/SessionUtil.php