1
0
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:
Chris Rienzo 2013-09-12 11:58:53 -04:00
parent 66650b3707
commit 8e5fa835b4
2 changed files with 8 additions and 4 deletions
conf/rayo/autoload_configs
src/mod/formats/mod_ssml/conf/autoload_configs

@ -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>