diff options
Diffstat (limited to 'misc/freeswitch/conf/freeswitch.xml')
-rw-r--r-- | misc/freeswitch/conf/freeswitch.xml | 2 |
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> |