]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_ssml: add default config for interpret-as='characters'
authorChris Rienzo <chris.rienzo@grasshopper.com>
Wed, 28 Aug 2013 17:52:37 +0000 (13:52 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Wed, 28 Aug 2013 17:52:37 +0000 (13:52 -0400)
conf/rayo/autoload_configs/ssml.conf.xml
src/mod/formats/mod_ssml/conf/autoload_configs/ssml.conf.xml

index 0a18d6bd33e367fff3bd1296e7ab2b1cd0fee088..466d9da4008748ec7ef5917e4dfaa7be47621fce 100644 (file)
@@ -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>
index 0a18d6bd33e367fff3bd1296e7ab2b1cd0fee088..466d9da4008748ec7ef5917e4dfaa7be47621fce 100644 (file)
@@ -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>