Skip to content

Commit 9059fb9

Browse files
committed
FS-5045
1 parent 1e0e66f commit 9059fb9

File tree

18 files changed

+2395
-2
lines changed

18 files changed

+2395
-2
lines changed

build/modules.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ say/mod_say_en
140140
#say/mod_say_ru
141141
#say/mod_say_th
142142
#say/mod_say_zh
143+
#say/mod_say_sv
143144
#timers/mod_posix_timer
144145
#timers/mod_timerfd
145146
xml_int/mod_xml_cdr

conf/insideout/autoload_configs/modules.conf.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
<!-- Say -->
9797
<load module="mod_say_en"/>
9898
<!-- <load module="mod_say_zh"/> -->
99+
<!-- <load module="mod_say_sv"/> -->
99100
</modules>
100101
</configuration>

conf/rayo/autoload_configs/modules.conf.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<!--load module="mod_say_ja"/-->
6767
<!--load module="mod_say_pt"/-->
6868
<!--load module="mod_say_th"/-->
69+
<!--load module="mod_say_sv"/-->
6970

7071
</modules>
7172
</configuration>

conf/rayo/freeswitch.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<X-NO-PRE-PROCESS cmd="include" data="lang/es/es_MX.xml"/>
6464
<X-PRE-PROCESS cmd="include" data="lang/pt/pt_BR.xml"/>
6565
<X-NO-PRE-PROCESS cmd="include" data="lang/pt/pt_PT.xml"/>
66+
<X-NO-PRE-PROCESS cmd="include" data="lang/sv/*.xml"/>
6667
</section>
6768

6869
</document>

conf/rayo/lang/sv/sv.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<include>
2+
<language name="sv" sound-path="$${sounds_dir}/sv/se/jakob" tts-engine="" tts-voice="">
3+
<X-PRE-PROCESS cmd="include" data="ivr/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
4+
<X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
5+
<!--voicemail is purely implemented with files based one that is the default. -->
6+
</language>
7+
</include>

0 commit comments

Comments
 (0)