]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add "hello-world" prompt, courtesy of Jared Smith :)
authorRussell Bryant <russell@russellbryant.com>
Fri, 14 Oct 2005 00:07:14 +0000 (00:07 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 14 Oct 2005 00:07:14 +0000 (00:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6782 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
sounds.txt
sounds/hello-world.gsm [new file with mode: 0755]

index 91aa5918044d092a397aefd2353e6308bef4b731..db16a38512edba74bf2f5ff42c562018a7b5d9fa 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -526,7 +526,7 @@ datafiles: all
                        exit 1; \
                fi; \
        done
-       for x in sounds/demo-* 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/spy-* sounds/priv-* sounds/screen-*; do \
+       for x in sounds/demo-* 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/spy-* sounds/priv-* sounds/screen-* sounds/hello-*; do \
                if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \
                        install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
                else \
index 06865545ae2573e17bc451e0fc69591367e836eb..c29ad9939e35ebe1a5a6c4745fda65b84437ac33 100755 (executable)
@@ -76,6 +76,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.
diff --git a/sounds/hello-world.gsm b/sounds/hello-world.gsm
new file mode 100755 (executable)
index 0000000..b437ad8
Binary files /dev/null and b/sounds/hello-world.gsm differ