[Asterisk-cvs] asterisk/channels chan_h323.c,1.4,1.5

jeremy at lists.digium.com jeremy at lists.digium.com
Wed Sep 24 05:58:14 CDT 2003


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

Modified Files:
	chan_h323.c 
Log Message:
don't deal with gatekeeper on reload, known issue..someone fix


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- chan_h323.c	22 Sep 2003 06:20:01 -0000	1.4
+++ chan_h323.c	24 Sep 2003 10:59:24 -0000	1.5
@@ -1591,7 +1591,8 @@
 	}
 
 	reload_config();
-
+
+#if 0
 	/* Possibly register with a GK */
 	if (gatekeeper_disable == 0) {
 		if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
@@ -1600,6 +1601,7 @@
 			return -1;
 		}
 	}
+#endif
 	restart_monitor();
 	return 0;
 }




More information about the svn-commits mailing list