karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Voicemail to Email #957

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My voicemails cannot send the file to my email. When I check /tmp/mail.xxxX, it 
say

SMTP -> ERROR: Failed to connect to server: (0)
The following From address failed: admin@pbx.com
Mailer Error: The following From addresss failed: admin@pbx.com

Retained in v_emails as email_uuid = 234523-.....

What can I do to make the voicemail to email work for me?

Original issue reported on code.google.com by clmorre1...@gmail.com on 14 May 2015 at 6:25

GoogleCodeExporter commented 9 years ago
Make sure you have your SMTP server settings properly defined in Advanced > 
Default Settings.

Original comment by sevenate on 14 May 2015 at 2:13

GoogleCodeExporter commented 9 years ago
Changed the SMTP settings and working fine now. Just one more question. What 
file should I edit if I want to change the body of the email?

Original comment by clmorre1...@gmail.com on 15 May 2015 at 4:29

GoogleCodeExporter commented 9 years ago
See the template (.tpl) files located in the folders beneath the 
/usr/local/freeswitch/scripts/app/voicemail/resources/templates folder.

As a word of caution, if you are using FusionPBX 3.8.x+, changes to these files 
will be automatically overwritten when updating the Source Code, via the 
Advanced > Upgrade interface, so be sure to back them up for a restore 
afterwards.  

If your system is < 3.8, or if you are simply updating your scripts folder 
manually via SVN, you will experience conflicts, so be prepared to handle those 
appropriately.

Original comment by sevenate on 15 May 2015 at 4:46

GoogleCodeExporter commented 9 years ago
I got it.Thanks a lot

Original comment by clmorre1...@gmail.com on 15 May 2015 at 6:50