mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
mod_ssml: added ordinal, telephone configuration
This commit is contained in:
parent
66650b3707
commit
8e5fa835b4
@ -20,8 +20,10 @@
|
|||||||
|
|
||||||
<!-- map interpret-as to say macros -->
|
<!-- map interpret-as to say macros -->
|
||||||
<macros>
|
<macros>
|
||||||
<macro name="cardinal" method="pronounced" type="number"/>
|
<macro name="ordinal" type="number" method="counted"/>
|
||||||
<macro name="characters" method="pronounced" type="name_spelled"/>
|
<macro name="cardinal" type="number" method="pronounced"/>
|
||||||
|
<macro name="characters" type="name_spelled" method="pronounced"/>
|
||||||
|
<macro name="telephone" type="telephone_number" method="pronounced"/>
|
||||||
</macros>
|
</macros>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -20,8 +20,10 @@
|
|||||||
|
|
||||||
<!-- map interpret-as to say macros -->
|
<!-- map interpret-as to say macros -->
|
||||||
<macros>
|
<macros>
|
||||||
<macro name="cardinal" method="pronounced" type="number"/>
|
<macro name="ordinal" type="number" method="counted"/>
|
||||||
<macro name="characters" method="pronounced" type="name_spelled"/>
|
<macro name="cardinal" type="number" method="pronounced"/>
|
||||||
|
<macro name="characters" type="name_spelled" method="pronounced"/>
|
||||||
|
<macro name="telephone" type="telephone_number" method="pronounced"/>
|
||||||
</macros>
|
</macros>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user