[Asterisk-cvs] asterisk ChangeLog,1.63,1.64 Makefile,1.78,1.79 sounds.txt,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Sat Mar 13 01:07:11 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18011
Modified Files:
ChangeLog Makefile sounds.txt
Log Message:
Merge queue changes from Bug #214
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- ChangeLog 27 Feb 2004 05:16:26 -0000 1.63
+++ ChangeLog 13 Mar 2004 06:00:41 -0000 1.64
@@ -1,3 +1,5 @@
+ -- ADPCM Standardization
+ -- Numerous bug fixes
-- Add IAX2 Firmware Support
-- Add G.726 support
-- Add ices/icecast support
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile 4 Mar 2004 22:09:48 -0000 1.78
+++ Makefile 13 Mar 2004 06:00:41 -0000 1.79
@@ -269,7 +269,7 @@
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-*; 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-*; 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.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- sounds.txt 19 Jan 2004 02:21:24 -0000 1.22
+++ sounds.txt 13 Mar 2004 06:00:41 -0000 1.23
@@ -72,6 +72,18 @@
%pbx-transfer.gsm%Transfer.
+%queue-callswaiting.gsm%Waiting to speak with a representative
+
+%queue-holdtime.gsm%The estimated hold time is currently
+
+%queue-minutes.gsm%Minutes
+
+%queue-thankyou.gsm%Thank you for your patience
+
+%queue-thereare.gsm%You are currently caller number
+
+%queue-youarenext.gsm%Your call is now first in line and will be answered by the next available representative.
+
%ss-noservice.gsm%The number you have dialed is not in service. Please check the number and try again.
%transfer.gsm%Please hold while I try that extension.
More information about the svn-commits
mailing list