]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
default to short date time in vm
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 15 Nov 2011 15:54:57 +0000 (09:54 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 15 Nov 2011 15:54:57 +0000 (09:54 -0600)
conf/lang/en/vm/sounds.xml

index 5a090411d74f954ec874e5fec56f2991114606ef..e58d4904bbb62f4922ab48eebf28e40a87adf145 100644 (file)
   <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>