| Customizing voicemail email notifications |
|
To change the default content of asterisk email notification, you must edit in /etc/asterisk/voicemail.conf and change the following directives:
;emailbody= ;serveremail = notification@some_domain.tld An asterisk reload or restart is required: sudo asterisk -r reload
|