mod_ssml: add default config for interpret-as='characters'
This commit is contained in:
parent
1d09cdba96
commit
48fb8999da
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue