aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-17 22:23:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-17 22:23:52 +0000
commit30d28645c1c997c6c8333431c516fe2c277d6080 (patch)
treec0c8f2dd31ffc3747292bfc8781cb5a3c78f5599
parent776658e9229597a93d37134c8fdb9e49b883abd2 (diff)
add hello world prompt to 1.0 for Jared
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6810 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xMakefile2
-rwxr-xr-xsounds.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 059b499a1..12c8fc791 100755
--- a/Makefile
+++ b/Makefile
@@ -351,7 +351,7 @@ datafiles: all
exit 1; \
fi; \
done
- for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-*; do \
+ for x in sounds/vm-* sounds/transfer* sounds/pbx-* sounds/ss-* sounds/beep* sounds/dir-* sounds/conf-* sounds/agent-* sounds/invalid* sounds/tt-* sounds/auth-* sounds/privacy-* sounds/queue-* sounds/hello-*; do \
if grep -q "^%`basename $$x`%" sounds.txt; then \
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
else \
diff --git a/sounds.txt b/sounds.txt
index 54e18cccf..0b438abdd 100755
--- a/sounds.txt
+++ b/sounds.txt
@@ -70,6 +70,8 @@
%dir-nomore.gsm%There are no more compatible entries in the directory.
+%hello-world.gsm%Hello World.
+
%invalid.gsm%I am sorry, that's not a valid extension. Please try again.
%pbx-invalid.gsm%I am sorry, that's not a valid extension. Please try again.