[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


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 {




More information about the svn-commits mailing list