1# These are needed if you keep audio files in file system
2audio_path=/usr/local/lib/sems/audio/conference
3default_announce=first_participant.wav
4join_sound=beep.wav
5drop_sound=beep.wav
6
7# These are needed if you keep audio files in MySQL
8#mysql_host=localhost
9#mysql_user=sems
10#mysql_passwd=sems
11#mysql_db=sems
12
13dialout_suffix=@iptel.org
14
15# playout_type : select playout mechanism
16#  adaptive_playout : Adaptive Playout buffer (default, recommended)
17#  adaptive_jb      : Adaptive Jitter buffer
18#  simple           : simple (fifo) playout buffer
19#
20playout_type=adaptive_playout
21
22# Maximum number of participants in a conference
23# default = 0 (unlimited)
24#max_participants=10
25
26# use_rfc4240_rooms=[yes|no]
27#
28# RFC4240 specifies for Conference service that the conference
29# room is specified in the user part of the Request URI as:
30#  sip:conf=uniqueIdentifier@mediaserver.example.net
31# If the conference-id is empty, a 404 is returned.
32#
33#default:
34# use_rfc4240_rooms=no
35#
36
37###############################################################
38# RFC4028 Session Timer
39#
40
41# - enables the session timer ([yes,no]; default: no)
42#
43# enable_session_timer=yes
44
45# - set the "Session-Expires" parameter for the session timer.
46#
47# session_expires=240
48
49# - set the "Min-SE" parameter for the session timer.
50#
51# minimum_timer=90
52
53# -  maximum Timer value we want to accept
54#
55#maximum_timer=900
56
57# session refresh (Session Timer, RFC4028) method
58#
59# INVITE                 - use re-INVITE
60# UPDATE                 - use UPDATE
61# UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE otherwise
62#
63# Default: UPDATE_FALLBACK_INVITE
64#
65# Note: Session Timers are only supported in some applications
66#
67#session_refresh_method=UPDATE
68
69# accept_501_reply - accept 501 reply as successful refresh? [yes|no]
70#
71# Default: yes
72#
73#accept_501_reply=no
74