This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
voice:pbx:voicemail [2011/12/06 11:56] gcooper created |
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 | + | These are all settings in ''/ |
+ | |||
+ | **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 | ||
+ | |||
+ | :!: One long line. | ||
+ | |||
+ | ==== 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}, | ||
+ | </ | ||
- | Edit voicemail.conf: | + | ==== New ==== |
- | minsecs=5 | + | < |
+ | emailbody=New voice message: | ||
+ | </ |