[Asterisk-cvs] asterisk/channels chan_h323.c,1.73,1.74

jeremy at lists.digium.com jeremy at lists.digium.com
Tue Sep 21 14:38:59 CDT 2004


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

Modified Files:
	chan_h323.c 
Log Message:
support early media/intercept Bug #562

Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- chan_h323.c	19 Sep 2004 16:53:01 -0000	1.73
+++ chan_h323.c	21 Sep 2004 18:42:37 -0000	1.74
@@ -1766,6 +1766,9 @@
 	}
 	ast_mutex_unlock(&caplock);
 
+	/* set default options */
+	h323_set_options(noFastStart,noH245Tunneling);
+
 	return 0;
 }
 
@@ -1985,7 +1988,6 @@
 				       send_digit,
 				       answer_call);
 	
-
 		/* start the h.323 listener */
 		if (h323_start_listener(port, bindaddr)) {
 			ast_log(LOG_ERROR, "Unable to create H323 listener.\n");




More information about the svn-commits mailing list