aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-27 20:06:44 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-27 20:06:44 +0000
commit5e82d80f14cb2693938e46ea85577564002b7236 (patch)
treeed432dd837f674567c21363d12478e5c464aaf82 /channels/h323
parentbf98d13054c9851471b5acdf8c38d45b1672cb6d (diff)
apply temporary fix to stop people from whining.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3325 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/ast_h323.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index ad86358c2..c10f17a87 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;