How to make Voicemail with Asterisk send email as Attachment once VM is received?
adalson007 10-September-2008 10:33:40 PM

Comments


www.voip-info.org/wiki/.../Asterisk+config+voicemail.conf
Posted by crouse


One of the most popular (or, arguably, unpopular) features of any modern telephone
system is voicemail. Naturally, Asterisk has a reasonably flexible voicemail system.
The voicemail.conf file configures system wide parameters for the voicemail system, and stores mailbox information including mailbox number to passcode mapping, box owner names, and e-mail addresses for message received notification.Also e voicemail conf is also configured t IE has the correct email address and the attach=yes option specified and so on tail -f /var/log/maillog and leave a voicemail to a user to see if the mail is sent or refused.

Complete File Example:

This is a complete example of a working voicemail.conf file.

[general]
format=gsm|wav
serveremail=asterisk@mymachine.com
append=yes
maxgreet=30
maxmessage=90
[default]
1234 => 4321,John Doe,jdoe@mycompany.com
Posted by sagitraz


Make sure the extension conf will allow people to leave the user a voicemail;
Also e voicemail conf is also configured t IE has the correct email address and the attach=yes option specified and so on tail -f /var/log/maillog and leave a voicemail to a user to see if the mail is sent or refused.

Posted by priyadarshan



Posted: 11-September-2008 01:27:16 PM By: priyadarshan

Make sure the extension conf will allow people to leave the user a voicemail;
Also e voicemail conf is also configured t IE has the correct email address and the attach=yes option specified and so on tail -f /var/log/maillog and leave a voicemail to a user to see if the mail is sent or refused.

Posted: 13-September-2008 01:57:34 AM By: sagitraz

One of the most popular (or, arguably, unpopular) features of any modern telephone
system is voicemail. Naturally, Asterisk has a reasonably flexible voicemail system.
The voicemail.conf file configures system wide parameters for the voicemail system, and stores mailbox information including mailbox number to passcode mapping, box owner names, and e-mail addresses for message received notification.Also e voicemail conf is also configured t IE has the correct email address and the attach=yes option specified and so on tail -f /var/log/maillog and leave a voicemail to a user to see if the mail is sent or refused.

Complete File Example:

This is a complete example of a working voicemail.conf file.

[general]
format=gsm|wav
serveremail=asterisk@mymachine.com
append=yes
maxgreet=30
maxmessage=90
[default]
1234 => 4321,John Doe,jdoe@mycompany.com

Posted: 04-September-2009 10:20:14 AM By: crouse

www.voip-info.org/wiki/.../Asterisk+config+voicemail.conf