[Asterisk-cvs] asterisk/channels chan_h323.c,1.22,1.23

jeremy at lists.digium.com jeremy at lists.digium.com
Fri Jan 9 13:44:12 CST 2004


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

Modified Files:
	chan_h323.c 
Log Message:
don't try to unreg with gk, on reload, now


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- chan_h323.c	6 Jan 2004 17:31:04 -0000	1.22
+++ chan_h323.c	9 Jan 2004 19:35:56 -0000	1.23
@@ -1648,9 +1648,11 @@
 	delete_aliases();
 	prune_peers();
 
+#if 0
 	if (strlen(gatekeeper)) {
 		h323_gk_urq();
 	}
+#endif
 
 	reload_config();
 




More information about the svn-commits mailing list