[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp,1.52,1.53

jeremy at lists.digium.com jeremy at lists.digium.com
Sun Jun 27 16:20:52 CDT 2004


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

Modified Files:
	ast_h323.cpp 
Log Message:
apply temporary fix to stop people from whining.

Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ast_h323.cpp	26 Jun 2004 03:50:14 -0000	1.52
+++ ast_h323.cpp	27 Jun 2004 20:06:44 -0000	1.53
@@ -61,7 +61,7 @@
 int mode = H323_DTMF_RFC2833;
 
 /** Options for connections creation */
-BOOL	noFastStart;
+BOOL	noFastStart = TRUE;
 BOOL	noH245Tunnelling;
 BOOL	noSilenceSuppression;
 




More information about the svn-commits mailing list