[Asterisk-cvs] asterisk/res res_features.c, 1.42, 1.43 res_musiconhold.c, 1.53, 1.54

markster at lists.digium.com markster at lists.digium.com
Fri Mar 4 00:50:14 CST 2005


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

Modified Files:
	res_features.c res_musiconhold.c 
Log Message:
Rework channel structure to eliminate "pvt" portion of channel (bug #3573)


Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- res_features.c	26 Feb 2005 07:54:28 -0000	1.42
+++ res_features.c	4 Mar 2005 06:47:24 -0000	1.43
@@ -21,7 +21,6 @@
 #include <asterisk/translate.h>
 #include <asterisk/app.h>
 #include <asterisk/say.h>
-#include <asterisk/channel_pvt.h>
 #include <asterisk/features.h>
 #include <asterisk/musiconhold.h>
 #include <asterisk/config.h>

Index: res_musiconhold.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_musiconhold.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- res_musiconhold.c	3 Mar 2005 05:03:06 -0000	1.53
+++ res_musiconhold.c	4 Mar 2005 06:47:24 -0000	1.54
@@ -21,7 +21,6 @@
 #include <asterisk/module.h>
 #include <asterisk/translate.h>
 #include <asterisk/say.h>
-#include <asterisk/channel_pvt.h>
 #include <asterisk/musiconhold.h>
 #include <asterisk/config.h>
 #include <asterisk/utils.h>




More information about the svn-commits mailing list