[Asterisk-cvs] asterisk Makefile,1.214,1.215 sounds.txt,1.56,1.57
russell
russell
Thu Oct 13 20:12:37 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23714
Modified Files:
Makefile sounds.txt
Log Message:
add "hello-world" prompt, courtesy of Jared Smith :)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Makefile 8 Oct 2005 17:08:44 -0000 1.214
+++ Makefile 14 Oct 2005 00:07:14 -0000 1.215
@@ -526,7 +526,7 @@
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: sounds.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/sounds.txt,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- sounds.txt 12 Sep 2005 03:49:54 -0000 1.56
+++ sounds.txt 14 Oct 2005 00:07:14 -0000 1.57
@@ -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.
More information about the svn-commits
mailing list