diff options
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)$"> |