]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add hello world prompt to 1.0 for Jared
authorRussell Bryant <russell@russellbryant.com>
Mon, 17 Oct 2005 22:23:52 +0000 (22:23 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 17 Oct 2005 22:23:52 +0000 (22:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6810 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
sounds.txt

index 059b499a1411a24b79c631ad69f608fa0a971b8f..12c8fc7916a7e23b885383544b10233e6c0b469a 100755 (executable)
--- 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 \
index 54e18cccf9b0e98967bc5b3ba496f942820816d9..0b438abdd98835517b9c86835972498efbd5c3d3 100755 (executable)
@@ -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.