From a0d4959fc53fdf168ed138eece796226c2ce7517 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 17 Oct 2005 22:23:52 +0000 Subject: [PATCH] add hello world prompt to 1.0 for Jared git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6810 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- sounds.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 059b499a14..12c8fc7916 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 54e18cccf9..0b438abdd9 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.