This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
voice:pbx:voicemail [2011/12/06 11:57] gcooper |
voice:pbx:voicemail [2016/10/08 10:09] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Asterisk Voicemail Configuration Tweaks ====== | ====== Asterisk Voicemail Configuration Tweaks ====== | ||
+ | |||
+ | See also **[[networking: | ||
+ | |||
+ | See also **[[networking: | ||
http:// | http:// | ||
- | ===== Adjust for Hangups (Empty Messages) ===== | + | These are all settings in ''/ |
- | Edit voicemail.conf: | + | **FreePBX -> Settings -> Voicemail Admin -> Settings** |
+ | |||
+ | ^ Setting | ||
+ | | minsecs=3 | ||
+ | | volgain=5.0 | ||
+ | | serveremail=pbx@mydomain.com | ||
+ | | fromstring=VA vPBX |Adjust the text string the e-mail is from. | | ||
+ | |||
+ | ===== Adjust Voicemail E-Mail Body ===== | ||
+ | |||
+ | :!: One long line. | ||
+ | |||
+ | ==== Original ==== | ||
< | < | ||
- | minsecs=5 | + | 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}, |
</ | </ | ||
+ | ==== New ==== | ||
+ | < | ||
+ | emailbody=New voice message: | ||
+ | </ |