add "hello-world" prompt, courtesy of Jared Smith :)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2005-10-14 00:07:14 +00:00
parent 1e21c56426
commit 9ce40204d6
3 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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.

BIN
sounds/hello-world.gsm Executable file

Binary file not shown.