|
|
|
|
@ -1,41 +1,42 @@
|
|
|
|
|
#
|
|
|
|
|
# optional parameter: smtp_server=<hostname>
|
|
|
|
|
# Voicemail plug-in configuration file
|
|
|
|
|
#
|
|
|
|
|
# - sets address of smtp server
|
|
|
|
|
#
|
|
|
|
|
# Default: localhost
|
|
|
|
|
#smtp_server=mail
|
|
|
|
|
|
|
|
|
|
# optional parameter: smtp_port=<port>
|
|
|
|
|
#
|
|
|
|
|
# - sets port of smtp server
|
|
|
|
|
# Generic settings: applicable in any operation mode
|
|
|
|
|
#
|
|
|
|
|
# Default: 25
|
|
|
|
|
#smtp_port=25
|
|
|
|
|
|
|
|
|
|
# if set, this overrides the email address, meaning that
|
|
|
|
|
# the voicemail will always be sent to that address.
|
|
|
|
|
# email_address = blub@mail.domain.net
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# These are needed if you keep audio and template files in file system:
|
|
|
|
|
# Default Voicemail mode:
|
|
|
|
|
# This sets the main operation mode of this plug-in.
|
|
|
|
|
#
|
|
|
|
|
# path from which announcements are played:
|
|
|
|
|
announce_path=${SEMS_AUDIO_PREFIX}/sems/audio/voicemail/
|
|
|
|
|
# - 0: voicemail classic (only send an email)
|
|
|
|
|
# - 1: voicebox (message stored through the msg_storage plug-in; query with the voicebox app)
|
|
|
|
|
# - 2: both (send an email AND store with msg_storage)
|
|
|
|
|
# - 3: announcement (play the annoucement but do not record anything)
|
|
|
|
|
#
|
|
|
|
|
# announcement played if no user/domain specific prompt found
|
|
|
|
|
default_announce=default_en.wav
|
|
|
|
|
# Default value: 0
|
|
|
|
|
#
|
|
|
|
|
# path for email templates:
|
|
|
|
|
email_template_path=${SEMS_CFG_PREFIX}/etc/sems/
|
|
|
|
|
default_vm_mode=0
|
|
|
|
|
|
|
|
|
|
# These are needed if you keep audio and template files in MySQL database:
|
|
|
|
|
#mysql_host=localhost
|
|
|
|
|
#mysql_user=sems
|
|
|
|
|
#mysql_passwd=sems
|
|
|
|
|
#mysql_db=sems
|
|
|
|
|
|
|
|
|
|
# These are independent on where audio and template files are kept:
|
|
|
|
|
#
|
|
|
|
|
# Simple mode:
|
|
|
|
|
#
|
|
|
|
|
# If the simple mode is activated, the user part of the
|
|
|
|
|
# request URI is used as the key to store the voicemails.
|
|
|
|
|
#
|
|
|
|
|
# When the simple mode is de-activated (default), several parameters
|
|
|
|
|
# have to be passed to SEMS either through the 'P-App-Param' header field
|
|
|
|
|
# (together with the 'P-App-Name' header field), or through R-URI parameters.
|
|
|
|
|
#
|
|
|
|
|
# Please note that the simple mode requires a default email address if
|
|
|
|
|
# either the 'voicemail' or 'both' operation mode has been chosen
|
|
|
|
|
# (see 'email_address' configuration parameter).
|
|
|
|
|
#
|
|
|
|
|
# Default value: no
|
|
|
|
|
#
|
|
|
|
|
#simple_mode=yes
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# maximum voicemail message length, in seconds.
|
|
|
|
|
@ -67,6 +68,52 @@ max_record_time=30
|
|
|
|
|
# Default:
|
|
|
|
|
# try_personal_greeting=no
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# These settings are needed if you keep audio and template files in MySQL database:
|
|
|
|
|
# (voicemail must have been compiled with MySQL support)
|
|
|
|
|
#
|
|
|
|
|
#mysql_host=localhost
|
|
|
|
|
#mysql_user=sems
|
|
|
|
|
#mysql_passwd=sems
|
|
|
|
|
#mysql_db=sems
|
|
|
|
|
|
|
|
|
|
# These settings are needed if you keep audio and template files in file system:
|
|
|
|
|
#
|
|
|
|
|
# path from which announcements are played:
|
|
|
|
|
announce_path=${SEMS_AUDIO_PREFIX}/sems/audio/voicemail/
|
|
|
|
|
#
|
|
|
|
|
# announcement played if no user/domain specific prompt found
|
|
|
|
|
default_announce=default_en.wav
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Options specific to the voicemail mode (and 'both')
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# if set, this overrides any other email address, meaning that
|
|
|
|
|
# the voicemail will always be sent to that address.
|
|
|
|
|
#
|
|
|
|
|
# email_address = blub@mail.domain.net
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# optional parameter: smtp_server=<hostname>
|
|
|
|
|
#
|
|
|
|
|
# - sets address of smtp server
|
|
|
|
|
#
|
|
|
|
|
# Default: localhost
|
|
|
|
|
#smtp_server=mail
|
|
|
|
|
|
|
|
|
|
# optional parameter: smtp_port=<port>
|
|
|
|
|
#
|
|
|
|
|
# - sets port of smtp server
|
|
|
|
|
#
|
|
|
|
|
# Default: 25
|
|
|
|
|
#smtp_port=25
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# path for email templates:
|
|
|
|
|
email_template_path=${SEMS_CFG_PREFIX}/etc/sems/
|
|
|
|
|
|
|
|
|
|
# mail_header_vars=var1;var2;var3;...
|
|
|
|
|
#
|
|
|
|
|
# Variables that are substituted in the email template with
|
|
|
|
|
@ -81,3 +128,8 @@ max_record_time=30
|
|
|
|
|
# %sender_count% from this sender.
|
|
|
|
|
#
|
|
|
|
|
# Default: none
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# These options are applicable to all configurations:
|
|
|
|
|
#
|
|
|
|
|
|