diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-12 11:13:20 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-12 11:13:20 +0100 |
commit | 2ff332de8a6253a5f1e9a5914171d4f772da372c (patch) | |
tree | 919742f4fd8ba9411230979a4ed4faa277934c93 /misc/freeswitch | |
parent | ff38cb3ad641ec8ceee26b3b287774e43fe19345 (diff) |
german language: gespeichert/gespeicherte
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml index 17fc53d..a5fe873 100644 --- a/misc/freeswitch/conf/freeswitch.xml +++ b/misc/freeswitch/conf/freeswitch.xml @@ -538,7 +538,7 @@ <action function="play-file" data="voicemail/vm-press.wav"/> <action function="say" data="$1" method="pronounced" type="name_spelled"/> <action function="execute" data="sleep(100)"/> - <action function="play-file" data="voicemail/vm-listen_saved2.wav"/> + <action function="play-file" data="voicemail/vm-listen_saved.wav"/> <action function="play-file" data="voicemail/vm-press.wav"/> <action function="say" data="$2" method="pronounced" type="name_spelled"/> <action function="execute" data="sleep(100)"/> @@ -784,7 +784,7 @@ <input pattern="^(saved)$"> <match> <action function="play-file" data="voicemail/vm-message.wav"/> - <action function="play-file" data="voicemail/vm-$1.wav"/> + <action function="play-file" data="voicemail/vm-saved2.wav"/> </match> </input> <input pattern="^(emailed)$"> |