mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@783 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
10f1270085
commit
b64194eeed
@ -1,16 +1,28 @@
|
||||
#
|
||||
#
|
||||
# Prompt sets are searched under this directory:
|
||||
#
|
||||
prompt_base_path=/usr/local/lib/sems/audio/voicebox/
|
||||
|
||||
|
||||
prompt_base_path=../apps/voicebox/wav
|
||||
|
||||
#
|
||||
# specific prompts for these domains will be supported
|
||||
#
|
||||
# under the prompt_base_path, all domain/language combinations
|
||||
# are searched, e.g.
|
||||
# /usr/local/lib/sems/audio/voicebox/iptel.org/english
|
||||
# /usr/local/lib/sems/audio/voicebox/iptel.org/german
|
||||
# /usr/local/lib/sems/audio/voicebox/iptel.org/
|
||||
# /usr/local/lib/sems/audio/voicebox/otherdomain.org/english
|
||||
# ...
|
||||
#
|
||||
# specific prompts for these domains will be supported:
|
||||
#
|
||||
domains=iptego-voice.de
|
||||
domains=iptel.org
|
||||
|
||||
#
|
||||
# specific prompts for these languages will be supported
|
||||
# a language may have single digits to follow the tens if spoken
|
||||
# (digits=right), or the single digits come first (digits=left).
|
||||
# Examples: English is digits=right. German is digits=left.
|
||||
#
|
||||
# specific prompts for these languages will be supported:
|
||||
#
|
||||
languages=english
|
||||
languages=english(digits=right);
|
||||
|
||||
|
Loading…
Reference in new issue