Sophie

Sophie

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

sems-1.1.1-6.fc12.i686.rpm


# configure the various announcements here
first_participant=/usr/share/sems/audio/webconference/first_participant.wav
join_sound=/usr/share/sems/audio/webconference/beep.wav
drop_sound=/usr/share/sems/audio/webconference/beep.wav
enter_pin=/usr/share/sems/audio/webconference/pin_prompt.wav
wrong_pin=/usr/share/sems/audio/webconference/wrong_pin.wav
entering_conference=/usr/share/sems/audio/webconference/entering_conference.wav

#
# Say the PIN after entry?
# Possible values: 'yes'/'no'
#
tell_pin=yes

# digits to play the room number 
# must contain the files 0.wav, 1.wav, ...,  9.wav
digits_dir=/usr/share/sems/audio/webconference/

#
# Use * key instead of # to finish PIN entry?
#
star_finishes_pin=yes

#
# direct_room_re specifies a regexp which, if matched on 
# the user of an incoming call, connects the caller directly to
# the conference room, without asking for the PIN. 
# 
direct_room_re=00077*
#
# direct_room_strip specifies the number of digits to strip 
# from the user part of the request uri to get the conference
# room number on direct room dial in.
# e.g. direct_room_strip=5, called 00077123 => room 123
direct_room_strip=5

#
# master_password sets optionally a master password which can be used to
# retreive a room's password with the getRoomPassword function
#
# master_password=verysecret

#
#
# feedback and statistics
feedback_file=/var/log/sems-webconference-feedback.txt

stats_dir=/var/log/sems-webconference/

#
# if set, this URL will be added to SDP (u line), so clever user agents 
# can display the conference control page right away.
#
# (room number and admin pin is embedded into the URL)
# 
#webconference_urlbase=https://webconference.iptel.org/openRoom.py?action=openRoom


#
# participants_expire = [yes | no]
# 
# if set to no, participants do not expire from conference rooms
#
# default: 
# participants_expire=yes

# delay after which a participant whose call has ended is removed from the 
# conference room view. Only active if participants_expire=yes
#
# default: 
# participants_expire_delay = 10
#

#
# rooms_expire = [yes | no]
# 
# if set to no, empty rooms do not expire
#
# default: 
# rooms_expire=yes

# delay after which an empty room vanishes, in seconds.
# Only active if rooms_expire=yes
#
# default: 
# rooms_expire_delay=7200 
#

# Only active if rooms_expire=yes
#
# default: 
# rooms_expire_delay=7200 
#

# look for expired conference rooms every n times, createRoom 
# or dialout is called
#
# room_sweep_interval=10