From: Russell Bryant Date: Fri, 14 Oct 2005 00:07:14 +0000 (+0000) Subject: add "hello-world" prompt, courtesy of Jared Smith :) X-Git-Tag: 1.2.0-beta2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ce40204d602fc08443d76b7da2cb427da6f5e10;p=thirdparty%2Fasterisk.git add "hello-world" prompt, courtesy of Jared Smith :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 91aa591804..db16a38512 100755 --- 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 \ diff --git a/sounds.txt b/sounds.txt index 06865545ae..c29ad9939e 100755 --- a/sounds.txt +++ b/sounds.txt @@ -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 index 0000000000..b437ad872a Binary files /dev/null and b/sounds/hello-world.gsm differ