mod_ssml: add default config for interpret-as='characters'

This commit is contained in:
Chris Rienzo 2013-08-28 13:52:37 -04:00
parent 1d09cdba96
commit 48fb8999da
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<!-- map interpret-as to say macros -->
<macros>
<macro name="cardinal" method="pronounced" type="number"/>
<macro name="characters" method="pronounced" type="name_spelled"/>
</macros>
</configuration>

View File

@ -21,6 +21,7 @@
<!-- map interpret-as to say macros -->
<macros>
<macro name="cardinal" method="pronounced" type="number"/>
<macro name="characters" method="pronounced" type="name_spelled"/>
</macros>
</configuration>