mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 02:02:01 +00:00
mod_ssml: add default config for interpret-as='characters'
This commit is contained in:
parent
b16876c4b3
commit
580f8c21e7
@ -21,6 +21,7 @@
|
|||||||
<!-- map interpret-as to say macros -->
|
<!-- map interpret-as to say macros -->
|
||||||
<macros>
|
<macros>
|
||||||
<macro name="cardinal" method="pronounced" type="number"/>
|
<macro name="cardinal" method="pronounced" type="number"/>
|
||||||
|
<macro name="characters" method="pronounced" type="name_spelled"/>
|
||||||
</macros>
|
</macros>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
<!-- map interpret-as to say macros -->
|
<!-- map interpret-as to say macros -->
|
||||||
<macros>
|
<macros>
|
||||||
<macro name="cardinal" method="pronounced" type="number"/>
|
<macro name="cardinal" method="pronounced" type="number"/>
|
||||||
|
<macro name="characters" method="pronounced" type="name_spelled"/>
|
||||||
</macros>
|
</macros>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user