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 b16876c4b3
commit 580f8c21e7
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>