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