default to short date time in vm

This commit is contained in:
Anthony Minessale 2011-11-15 09:54:57 -06:00
parent c0af0a85d6
commit 3603a69d66
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@
<macro name="voicemail_say_date">
<input pattern="^(.*)$">
<match>
<action function="say" data="$1" method="pronounced" type="current_date_time"/>
<action function="say" data="$1" method="pronounced" type="short_date_time"/>
</match>
</input>
</macro>