]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_ssml: added ordinal, telephone configuration
authorChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 12 Sep 2013 15:58:53 +0000 (11:58 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 12 Sep 2013 15:58:53 +0000 (11:58 -0400)
conf/rayo/autoload_configs/ssml.conf.xml
src/mod/formats/mod_ssml/conf/autoload_configs/ssml.conf.xml

index 466d9da4008748ec7ef5917e4dfaa7be47621fce..a3e732f88dfd1a041c26952caa804162960a911d 100644 (file)
 
        <!-- map interpret-as to say macros -->
        <macros>
-               <macro name="cardinal" method="pronounced" type="number"/>
-               <macro name="characters" method="pronounced" type="name_spelled"/>
+               <macro name="ordinal" type="number" method="counted"/>
+               <macro name="cardinal" type="number" method="pronounced"/>
+               <macro name="characters" type="name_spelled" method="pronounced"/>
+               <macro name="telephone" type="telephone_number" method="pronounced"/>
        </macros>
 
 </configuration>
index 466d9da4008748ec7ef5917e4dfaa7be47621fce..a3e732f88dfd1a041c26952caa804162960a911d 100644 (file)
 
        <!-- map interpret-as to say macros -->
        <macros>
-               <macro name="cardinal" method="pronounced" type="number"/>
-               <macro name="characters" method="pronounced" type="name_spelled"/>
+               <macro name="ordinal" type="number" method="counted"/>
+               <macro name="cardinal" type="number" method="pronounced"/>
+               <macro name="characters" type="name_spelled" method="pronounced"/>
+               <macro name="telephone" type="telephone_number" method="pronounced"/>
        </macros>
 
 </configuration>