Files to add to your Freepbx instance to allow HTML emails and click to call
- Login to the FreePBX dashboard
- Goto Settings->Asterisk Manager Users
- Click Add Manager
- Fill in Manager Name
- Use a secure machine generated password
- Set writetimeout to 1000 miliseconds
- Submit Changes
- Apply configuration
- Download Call.php
- Open Call.php
- Change $strUser to the asterisk manager name that you just created
- Change $strSecretto the asterisk password for the manager that you just created
- Open scp connection to your pbx server
- Navigate to /var/www/html
- Upload Call.php
- Download htmlemails
- Open scp connection to your pbx server
- Navigate to /usr/local/bin/
- Upload htmlemails
- Login to FreePBX Dashboard
- Goto Settings->Voicemail Admin->Settings->Email Config
- Set Mail Command to /usr/local/bin/htmlemails
- Set the html contents for the body
- Submit changes
- Apply Config