Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > cb7205622a1b72763262ee3e5a936b14 > files > 27

sems-1.1.1-6.fc12.i686.rpm

#
# 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

# 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:
#
# path from which announcements are played:
announce_path=/usr/share/sems/audio/voicemail/
#
# announcement played if no user/domain specific prompt found
default_announce=default_en.wav
#
# path for email templates:
email_template_path=/etc/sems//

# 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:

#
# maximum voicemail message length, in seconds.
# After the maximum time, the call is ended by SEMS.
#
max_record_time=30

#
# optional: minimum voicemail message length, in milliseconds
# no voicemail is sent if the recorded message is shorter than
# or equal to the value set here.
# example - do not send voicemail shorter than 1.5s: 
#  min_record_time=1500
# default: 0
#min_record_time=0

# rec_file_ext : extension to recorded file, determines file
# format (wav, mp3; need mp3 plugin loaded for mp3)
# default is 'wav'
#
# example: 
#   rec_file_ext=mp3
#

# try_personal_greeting=[yes|no]
# optional: try to get a personal greeting from msg_storage mod?
# these can be recorded with annrecorder app
#
# Default:
#  try_personal_greeting=no