[Asterisk-cvs] asterisk/channels/h323 chan_h323.h,1.18,1.19
jeremy at lists.digium.com
jeremy at lists.digium.com
Wed Mar 3 21:06:37 CST 2004
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.65,1.66 chan_alsa.c,1.11,1.12 chan_h323.c,1.31,1.32 chan_iax.c,1.49,1.50 chan_iax2.c,1.100,1.101 chan_local.c,1.22,1.23 chan_mgcp.c,1.34,1.35 chan_oss.c,1.21,1.22 chan_sip.c,1.303,1.304 chan_skinny.c,1.27,1.28 chan_vpb.c,1.12,1.13 chan_zap.c,1.180,1.181
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv30876
Modified Files:
chan_h323.h
Log Message:
deal with bindaddr properly
Index: chan_h323.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/chan_h323.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- chan_h323.h 13 Jan 2004 08:46:46 -0000 1.18
+++ chan_h323.h 4 Mar 2004 01:57:32 -0000 1.19
@@ -8,7 +8,7 @@
* This code has been derived from code created by
* Michael Manousos and Mark Spencer
*
- * This file is part of the chan_oh323 driver for Asterisk
+ * This file is part of the chan_h323 driver for Asterisk
*
* chan_h323 is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -27,6 +27,8 @@
*/
#include <arpa/inet.h>
+
+static struct sockaddr_in bindaddr;
/* structure to hold the valid asterisk users */
struct oh323_user {
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.65,1.66 chan_alsa.c,1.11,1.12 chan_h323.c,1.31,1.32 chan_iax.c,1.49,1.50 chan_iax2.c,1.100,1.101 chan_local.c,1.22,1.23 chan_mgcp.c,1.34,1.35 chan_oss.c,1.21,1.22 chan_sip.c,1.303,1.304 chan_skinny.c,1.27,1.28 chan_vpb.c,1.12,1.13 chan_zap.c,1.180,1.181
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list