[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
- Previous message: [Asterisk-cvs] asterisk/apps app_curl.c,1.6,1.7
- Next message: [Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src
ooCalls.c, 1.2, 1.3 ooCapability.h, 1.2, 1.3 oochannels.c, 1.2,
1.3 oochannels.h, 1.2, 1.3 ooh245.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Asterisk-cvs] asterisk/apps app_curl.c,1.6,1.7
- Next message: [Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src
ooCalls.c, 1.2, 1.3 ooCapability.h, 1.2, 1.3 oochannels.c, 1.2,
1.3 oochannels.h, 1.2, 1.3 ooh245.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list