1#
2#
3# Prompt sets are searched under this directory:
4#
5prompt_base_path=/usr/local/lib/sems/audio/voicebox/
6
7#
8# under the prompt_base_path, all domain/language combinations
9# are searched, e.g.
10#   /usr/local/lib/sems/audio/voicebox/iptel.org/english
11#   /usr/local/lib/sems/audio/voicebox/iptel.org/german
12#   /usr/local/lib/sems/audio/voicebox/iptel.org/
13#   /usr/local/lib/sems/audio/voicebox/otherdomain.org/english
14#   ...
15#
16# specific prompts for these domains will be supported:
17#
18# domains=iptel.org;otherdomain.org
19
20#
21# a language may have single digits to follow the tens if spoken
22# (digits=right), or the single digits come first (digits=left).
23# Examples: English is digits=right. German is digits=left.
24#
25# specific prompts for these languages will be supported:
26#
27languages=english(digits=right);
28
29
30#
31# default language (if not set in App-Params)
32#
33default_language=english
34
35#
36# Simple mode:
37#
38#  If the simple mode is activated, the user part
39#  of the From-URI is used as the key to retrieve the voicemails.
40#
41#  Also, the user will not be asked for a PIN. It is the responsability
42#  of upstream SIP proxies to ensure any requried protection of the
43#  personnal voiceboxes.
44#
45# Default value: no
46#
47#simple_mode=yes
48
49#
50# keys config (optional)
51#
52# repeat_key=1
53# save_key=2
54# delete_key=3
55# startover_key=4
56