mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 11:13:09 +00:00
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:
2
Makefile
2
Makefile
@@ -526,7 +526,7 @@ datafiles: all
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
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 \
|
if $(GREP) -q "^%`basename $$x`%" sounds.txt; then \
|
||||||
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
|
install -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/sounds ; \
|
||||||
else \
|
else \
|
||||||
|
@@ -76,6 +76,8 @@
|
|||||||
|
|
||||||
%dir-nomore.gsm%There are no more compatible entries in the directory.
|
%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.
|
%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.
|
%pbx-invalid.gsm%I am sorry, that's not a valid extension. Please try again.
|
||||||
|
BIN
sounds/hello-world.gsm
Executable file
BIN
sounds/hello-world.gsm
Executable file
Binary file not shown.
Reference in New Issue
Block a user