summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-06-26 15:46:44 +0200
committerPeter Kozak <spag@golwen.net>2013-06-26 15:46:44 +0200
commit677e234c6b3bbec189f2caf2f237f609ab44b274 (patch)
treeaa6ac9e91c2737868cf5c518dbd61e0dbd637c34 /misc
parentdde2c037404700c1d6bbfbd7d073d02b3a5242b2 (diff)
mod_say_de has no short_date_time method
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/conf/freeswitch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/conf/freeswitch.xml b/misc/freeswitch/conf/freeswitch.xml
index 0a6538e..82da873 100644
--- a/misc/freeswitch/conf/freeswitch.xml
+++ b/misc/freeswitch/conf/freeswitch.xml
@@ -670,7 +670,7 @@
<action function="play-file" data="voicemail/vm-message_number.wav"/>
<action function="say" data="$1" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-received.wav"/>
- <action function="say" data="$2" method="pronounced" type="short_date_time"/>
+ <action function="say" data="$2" method="pronounced" type="current_date_time"/>
<action function="play-file" data="$3"/>
</match>
</input>