Installation guide

79
email_login This notify sends out an email describing a new voicemail message on the
server. The body contains a link to the web server specifying information
to automatically login without the user entering login information. The
first element of the notify_args parameter is the email address to act as the
recipient of the email message, which normally comes from the variable
field of the notify. The second element of the notify_args specifies the id
of the new voicemail message to send out. Note that the configuration
parameters smtp_server, allow_auto_web_login, and www_server_addr
need to be specified first.
email_wave This notify sends out an email describing a new voicemail message on the
server. The actual voicemail message is in16bit wave format. Or, if a fax,
then a TIFF format. These components are listed separately as MIME
attachments to the email message. The first element of the notify_args
parameter is the email address to act as the recipient of the email message,
which normally comes from the variable field of the notify. The second
element of the notify_args specifies the id of the new voicemail message
to send out.
Note that the configuration parameters smtp_server need to be specified
first.
email_wave_del This notify sends out an email describing a new voicemail
message on the server. However once the message is sent it is
deleted from the server. The actual voicemail message is in 16bit
wave format. Or, if a fax, then a TIFF format. These components
are listed separately as MIME attachments to the email message.
The first element of the notify_args parameter is the email address
to act as the recipient of the email message, which normally comes
from the variable field of the notify. The second element of the
notify_args specifies the id of the new voicemail message to send
out. Note that the configuration parameters smtp_server need to be
specified first.