User Tools

Site Tools


voice:pbx:voicemail

This is an old revision of the document!


Asterisk Voicemail Configuration Tweaks

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

These are all settings in /etc/asterisk/voicemail.conf.

FreePBX → Settings → Voicemail Admin → Settings

Setting Description
minsecs=4 Adjust to eliminate hangups (empty messages). Start with 2 or 3 and go up.
volgain=6.0 Adjust for message volume. Use the least gain possible.
serveremail=vPBX@virtualarchitects.com Adjust to a value that you and your e-mail server are both happy with.
fromstring=VA vPBX Adjust the text string the e-mail is from.
attach=yes Include the recoring as an e-mail attachment or not.

Adjust Voicemail E-Mail Body

Original

emailbody=Dear ${VM_NAME}: Just wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM}) in mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE}, so you might want to check it when you get a chance. Thanks!\t\t\t\t--the phone system

New

emailbody=New voice message:\n\nTo:          ${VM_NAME}\nDuration:    ${VM_DUR}\nMsg Number:  ${VM_MSGNUM}\nMailbox:     ${VM_MAILBOX}\nFrom:        ${VM_CALLERID}\nDate/Time:  ${VM_DATE}
voice/pbx/voicemail.1422664689.txt.gz · Last modified: 2015/01/30 17:38 by gcooper