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

View File

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