FusionPBX bfdb2037a4 Fixed some PHP 8.1 errors il y a 1 an
..
hook 1f4948eba6 Use dir for include (#178) il y a 2 ans
resources 37e4cfa4b5 FIX-- Apostrophe cause message failures due to CURL (#163) il y a 2 ans
README.md 8bb0682083 SMS Broadcast and bug fix (#142) il y a 5 ans
app_config.php 8bb0682083 SMS Broadcast and bug fix (#142) il y a 5 ans
app_defaults.php ded05a10c7 Updates to the SMS app (#123) il y a 6 ans
app_languages.php 8bb0682083 SMS Broadcast and bug fix (#142) il y a 5 ans
app_menu.php ded05a10c7 Updates to the SMS app (#123) il y a 6 ans
sms.php bfdb2037a4 Fixed some PHP 8.1 errors il y a 1 an
sms_broadcast.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_broadcast_edit.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_broadcast_process.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_delete.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_edit.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_email.php 09eb3e1914 Update Allowing Inbound SMS from Flowroute's new API format (#150) il y a 4 ans
sms_hook_common.php 1f4948eba6 Use dir for include (#178) il y a 2 ans
sms_mdr.php 1f4948eba6 Use dir for include (#178) il y a 2 ans

README.md

Install HOW TO

  1. cd /usr/src/ 2. git clone https://github.com/fusionpbx/fusionpbx-apps 3. cd fusionpbx-apps/; cp -R sms /var/www/fusionpbx/app/ 4. cd /var/www/fusionpbx/app/scripts/resources/scripts/app 5. ln -s /var/www/fusionpbx/app/sms/resources/install/scripts/app/sms 6. Go to GUI 7. Upgrades -> SCHEMA; APP DEFAULTS; MENU DEFAULTS; PERMISSION DEFAULTS 8. Log out and back in 9. Advanced -> Default Settings -> SMS 10. Set CARRIER_access_key and CARRIER_secret_key for whatever carrier you want to use, confirm CARRIER_api_url is correct 11. Go to Apps -> SMS and add the DID's that are allowed to send outgoing SMS messages 12. Go to Accounts -> Extensions 13. For each extension that should be allowed to send SMS messages, set the "Outbound Caller ID Number" field to the respective DID from step 11 - Note: Your outbound Caller ID should match the DID you placed in Apps -> SMS DID list 14. Make sure you have Destinations that match the DID's in Apps -> SMS in order to receive SMS messages at those DID's - Note: The Destination's action should be a regular extension (for one internal recipient) or a ring group (for multiple internal recipients) 15. Add your carrier's IPs in an ACL 16. Add your callback URL on your carrier to IE for twillio it would be: https://YOURDOMAIN/app/sms/hook/sms_hook_twilio.php - Note: You will need to have a valid certificate to use Twilio. If you need a certificate, consider using Let's Encrypt and certbot. It’s fast and free. 17. For email delivery support, it uses the default setting email->smtp_from, so make sure that this is set appropriately. 18. For MMS email delivery, it will use the default setting sms->mms_attatement_temp_path, if this is set. If not, it will try to use '/var/www/fusionpbx/app/sms/tmp/' as the temporary storage for the attachments. Please make sure that you create the appropriate temp folder and change ownership to www-data/www-data. Send and receive! NOTE: It is not recommended to use this app with versions of Freeswitch prior to 1.8 if you are installing in a clustered environment.
    There is a bug in earlier versions of Freeswitch that can cause it to crash in certain situation when using SMS.