forked from Mirrors/freeswitch
default to short date time in vm
This commit is contained in:
parent
c0af0a85d6
commit
3603a69d66
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user