diff --git a/Makefile.am b/Makefile.am
index a0b4423769..abf4a0577c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,21 +31,29 @@ DEFAULT_SOUNDS=en-us-callie-8000
sounds: sounds-en-us-callie-8000
sounds-install: sounds-en-us-callie-8000-install
+sounds-ru: sounds-ru-RU-elena-8000
+sounds-ru-install: sounds-ru-RU-elena-8000-install
moh: sounds-music-8000
moh-install: sounds-music-8000-install
hd-sounds: sounds sounds-en-us-callie-16000
hd-sounds-install: sounds-install sounds-en-us-callie-16000-install
+hd-sounds-ru: sounds-ru sounds-ru-RU-elena-16000
+hd-sounds-ru-install: sounds-ru-install sounds-ru-RU-elena-16000-install
hd-moh: moh sounds-music-16000
hd-moh-install: moh-install sounds-music-16000-install
uhd-sounds: hd-sounds sounds-en-us-callie-32000
uhd-sounds-install: hd-sounds-install sounds-en-us-callie-32000-install
+uhd-sounds-ru: hd-sounds-ru sounds-ru-RU-elena-32000
+uhd-sounds-ru-install: hd-sounds-ru-install sounds-ru-RU-elena-32000-install
uhd-moh: hd-moh sounds-music-32000
uhd-moh-install: hd-moh-install sounds-music-32000-install
cd-sounds: uhd-sounds sounds-en-us-callie-48000
cd-sounds-install: uhd-sounds-install sounds-en-us-callie-48000-install
+cd-sounds-ru: uhd-sounds-ru sounds-ru-RU-elena-48000
+cd-sounds-ru-install: uhd-sounds-ru-install sounds-ru-RU-elena-48000-install
cd-moh: uhd-moh sounds-music-48000
cd-moh-install: uhd-moh-install sounds-music-48000-install
diff --git a/build/Makefile b/build/Makefile
index fa3ebb3156..a00dddccf1 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -26,6 +26,15 @@ install:
@echo " + $(MAKE) sounds-install +"
@echo " + $(MAKE) moh-install +"
@echo " + +"
+ @echo " + Install non english sounds: +"
+ @echo " + replace XX with language +"
+ @echo " + (ru : Russian) +"
+ @echo " + ------------------------------------ +"
+ @echo " + $(MAKE) cd-sounds-XX-install +"
+ @echo " + $(MAKE) uhd-sounds-XX-install +"
+ @echo " + $(MAKE) hd-sounds-XX-install +"
+ @echo " + $(MAKE) sounds-XX-install +"
+ @echo " + +"
@echo " + Upgrade to latest: +"
@echo " + ---------------------------------- +"
@echo " + $(MAKE) current +"
diff --git a/build/modules.conf.in b/build/modules.conf.in
index e2c5e04bf2..f678a2337c 100644
--- a/build/modules.conf.in
+++ b/build/modules.conf.in
@@ -82,7 +82,7 @@ say/mod_say_en
#say/mod_say_fr
#say/mod_say_it
#say/mod_say_nl
-#say/mod_say_ru
+say/mod_say_ru
#say/mod_say_zh
diff --git a/conf/autoload_configs/modules.conf.xml b/conf/autoload_configs/modules.conf.xml
index 325c3d71e2..8b7decca20 100644
--- a/conf/autoload_configs/modules.conf.xml
+++ b/conf/autoload_configs/modules.conf.xml
@@ -98,6 +98,7 @@
+
diff --git a/conf/freeswitch.xml b/conf/freeswitch.xml
index a3df107d0d..59bfad985c 100644
--- a/conf/freeswitch.xml
+++ b/conf/freeswitch.xml
@@ -56,6 +56,7 @@