aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
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;