aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sounds/moh/LICENSE3
-rw-r--r--sounds/moh/fpm-calm-river.mp3 (renamed from sounds/fpm-calm-river.mp3)bin1939812 -> 1939812 bytes
-rw-r--r--sounds/moh/fpm-sunshine.mp3 (renamed from sounds/fpm-sunshine.mp3)bin2582496 -> 2582496 bytes
-rw-r--r--sounds/moh/fpm-world-mix.mp3 (renamed from sounds/fpm-world-mix.mp3)bin2217563 -> 2217563 bytes
5 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16bda5568..bbef57878 100644
--- a/Makefile
+++ b/Makefile
@@ -799,7 +799,7 @@ samples: adsi
fi; \
done
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
- for x in sounds/*.mp3; do \
+ for x in sounds/moh/*.mp3 sounds/moh/LICENSE; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
done
rm -f $(DESTDIR)$(ASTVARLIBDIR)/mohmp3/sample-hold.mp3
diff --git a/sounds/moh/LICENSE b/sounds/moh/LICENSE
new file mode 100644
index 000000000..adefcc4ad
--- /dev/null
+++ b/sounds/moh/LICENSE
@@ -0,0 +1,3 @@
+Music Provided By www.freeplaymusic.com. These sound files are provided by
+Digium under license from Freeplay Music Corporation for use in conjunction
+with the Asterisk software only.
diff --git a/sounds/fpm-calm-river.mp3 b/sounds/moh/fpm-calm-river.mp3
index 8d93b2900..8d93b2900 100644
--- a/sounds/fpm-calm-river.mp3
+++ b/sounds/moh/fpm-calm-river.mp3
Binary files differ
diff --git a/sounds/fpm-sunshine.mp3 b/sounds/moh/fpm-sunshine.mp3
index 106953307..106953307 100644
--- a/sounds/fpm-sunshine.mp3
+++ b/sounds/moh/fpm-sunshine.mp3
Binary files differ
diff --git a/sounds/fpm-world-mix.mp3 b/sounds/moh/fpm-world-mix.mp3
index 7d1e76d9f..7d1e76d9f 100644
--- a/sounds/fpm-world-mix.mp3
+++ b/sounds/moh/fpm-world-mix.mp3
Binary files differ