[Asterisk-cvs] asterisk/formats format_au.c, 1.8, 1.9 format_g723.c, 1.25, 1.26 format_g726.c, 1.16, 1.17 format_g729.c, 1.25, 1.26 format_gsm.c, 1.30, 1.31 format_h263.c, 1.18, 1.19 format_ilbc.c, 1.18, 1.19 format_jpeg.c, 1.13, 1.14 format_ogg_vorbis.c, 1.7, 1.8 format_pcm.c, 1.26, 1.27 format_pcm_alaw.c, 1.24, 1.25 format_sln.c, 1.16, 1.17 format_vox.c, 1.27, 1.28 format_wav.c, 1.30, 1.31 format_wav_gsm.c, 1.39, 1.40

kpfleming kpfleming
Sun Nov 27 21:25:16 CST 2005


Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv26648/formats

Modified Files:
	format_au.c format_g723.c format_g726.c format_g729.c 
	format_gsm.c format_h263.c format_ilbc.c format_jpeg.c 
	format_ogg_vorbis.c format_pcm.c format_pcm_alaw.c 
	format_sln.c format_vox.c format_wav.c format_wav_gsm.c 
Log Message:
disable CVS keyword expansion so SVN revision numbers will 'stick'


Index: format_au.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_au.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- format_au.c	6 Nov 2005 15:09:47 -0000	1.8
+++ format_au.c	28 Nov 2005 02:13:34 -0000	1.9
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.8 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_g723.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g723.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- format_g723.c	6 Nov 2005 15:09:47 -0000	1.25
+++ format_g723.c	28 Nov 2005 02:13:34 -0000	1.26
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.25 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g726.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- format_g726.c	6 Nov 2005 15:09:47 -0000	1.16
+++ format_g726.c	28 Nov 2005 02:13:34 -0000	1.17
@@ -39,7 +39,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.16 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/options.h"

Index: format_g729.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g729.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- format_g729.c	6 Nov 2005 15:09:47 -0000	1.25
+++ format_g729.c	28 Nov 2005 02:13:34 -0000	1.26
@@ -37,7 +37,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.25 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_gsm.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- format_gsm.c	6 Nov 2005 15:09:47 -0000	1.30
+++ format_gsm.c	28 Nov 2005 02:13:34 -0000	1.31
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.30 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_h263.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_h263.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- format_h263.c	6 Nov 2005 15:09:47 -0000	1.18
+++ format_h263.c	28 Nov 2005 02:13:34 -0000	1.19
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.18 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ilbc.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- format_ilbc.c	6 Nov 2005 15:09:47 -0000	1.18
+++ format_ilbc.c	28 Nov 2005 02:13:34 -0000	1.19
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.18 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_jpeg.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_jpeg.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- format_jpeg.c	6 Nov 2005 15:09:47 -0000	1.13
+++ format_jpeg.c	28 Nov 2005 02:13:34 -0000	1.14
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.13 ")
 
 #include "asterisk/channel.h"
 #include "asterisk/file.h"

Index: format_ogg_vorbis.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ogg_vorbis.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- format_ogg_vorbis.c	16 Nov 2005 00:22:30 -0000	1.7
+++ format_ogg_vorbis.c	28 Nov 2005 02:13:34 -0000	1.8
@@ -41,7 +41,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.7 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_pcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- format_pcm.c	6 Nov 2005 15:09:47 -0000	1.26
+++ format_pcm.c	28 Nov 2005 02:13:34 -0000	1.27
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.26 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_pcm_alaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm_alaw.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- format_pcm_alaw.c	6 Nov 2005 15:09:47 -0000	1.24
+++ format_pcm_alaw.c	28 Nov 2005 02:13:34 -0000	1.25
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.24 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_sln.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_sln.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- format_sln.c	6 Nov 2005 15:09:47 -0000	1.16
+++ format_sln.c	28 Nov 2005 02:13:34 -0000	1.17
@@ -33,7 +33,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.16 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_vox.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_vox.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- format_vox.c	6 Nov 2005 15:09:47 -0000	1.27
+++ format_vox.c	28 Nov 2005 02:13:34 -0000	1.28
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.27 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_wav.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- format_wav.c	6 Nov 2005 15:09:47 -0000	1.30
+++ format_wav.c	28 Nov 2005 02:13:34 -0000	1.31
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.30 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_wav_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav_gsm.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- format_wav_gsm.c	6 Nov 2005 15:09:47 -0000	1.39
+++ format_wav_gsm.c	28 Nov 2005 02:13:34 -0000	1.40
@@ -38,7 +38,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.39 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"




More information about the svn-commits mailing list