[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp, 1.78, 1.79 chan_h323.h, 1.45, 1.46

jeremy at lists.digium.com jeremy at lists.digium.com
Wed Jun 1 11:57:03 CDT 2005


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv27251

Modified Files:
	ast_h323.cpp chan_h323.h 
Log Message:
Apply a proper solution to resolve AST_MAX_ACCOUNT_CODE

Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ast_h323.cpp	21 May 2005 16:27:57 -0000	1.78
+++ ast_h323.cpp	1 Jun 2005 16:00:13 -0000	1.79
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 /*
  * ast_h323.cpp
  *
@@ -39,8 +40,9 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif   
+#endif
 #include "asterisk/logger.h"
+#include "asterisk/channel.h"
 #ifdef __cplusplus
 }
 #endif

Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- chan_h323.h	26 May 2005 16:21:22 -0000	1.45
+++ chan_h323.h	1 Jun 2005 16:00:13 -0000	1.46
@@ -26,8 +26,6 @@
  * Version Info: $Id$
  */
 
-#define AST_MAX_ACCOUNTCODE 20
-
 #include <arpa/inet.h>
 
 /** call_option struct holds various bits




More information about the svn-commits mailing list