mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
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">
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user