[Asterisk-cvs] asterisk ChangeLog, 1.102, 1.103 channel.c, 1.258,
1.259
kpfleming
kpfleming
Thu Nov 10 22:57:43 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv11768
Modified Files:
ChangeLog channel.c
Log Message:
issue #5590
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ChangeLog 11 Nov 2005 01:30:34 -0000 1.102
+++ ChangeLog 11 Nov 2005 03:48:28 -0000 1.103
@@ -1,5 +1,7 @@
2005-11-10 Kevin P. Fleming <kpfleming at digium.com>
+ * include/asterisk/chanspy.h: move spy-related stuff into separate header so chan_h323 can build (issue #5590)
+
* include/asterisk/linkedlists.h (AST_LIST_HEAD_SET_NOLOCK): properly initialize tail pointer when list head is directly set (issue #5669)
* app.c (ast_app_parse_options): ok, so we aren't all perfect... let's make the while loop actually work properly here (issue #5684)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- channel.c 2 Nov 2005 17:20:35 -0000 1.258
+++ channel.c 11 Nov 2005 03:48:28 -0000 1.259
@@ -52,6 +52,7 @@
#include "asterisk/sched.h"
#include "asterisk/options.h"
#include "asterisk/channel.h"
+#include "asterisk/chanspy.h"
#include "asterisk/musiconhold.h"
#include "asterisk/logger.h"
#include "asterisk/say.h"
More information about the svn-commits
mailing list