From: Jeremy McNamara Date: Sun, 27 Jun 2004 20:06:44 +0000 (+0000) Subject: apply temporary fix to stop people from whining. X-Git-Tag: 1.0.0-rc1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88eede5218e386ead0729b803efea5dd6c0f3784;p=thirdparty%2Fasterisk.git apply temporary fix to stop people from whining. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3325 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp index ad86358c22..c10f17a87b 100755 --- a/channels/h323/ast_h323.cpp +++ b/channels/h323/ast_h323.cpp @@ -61,7 +61,7 @@ int channelsOpen; int mode = H323_DTMF_RFC2833; /** Options for connections creation */ -BOOL noFastStart; +BOOL noFastStart = TRUE; BOOL noH245Tunnelling; BOOL noSilenceSuppression;