mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-22 14:34:09 -07:00
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
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user