[Asterisk-cvs] asterisk/channels/h323 chan_h323.h,1.44,1.45

jeremy at lists.digium.com jeremy at lists.digium.com
Thu May 26 12:17:19 CDT 2005


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

Modified Files:
	chan_h323.h 
Log Message:
Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk headers

Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- chan_h323.h	25 May 2005 17:18:05 -0000	1.44
+++ chan_h323.h	26 May 2005 16:21:22 -0000	1.45
@@ -26,6 +26,8 @@
  * 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