From 5e82d80f14cb2693938e46ea85577564002b7236 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sun, 27 Jun 2004 20:06:44 +0000 Subject: apply temporary fix to stop people from whining. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3325 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/ast_h323.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/h323/ast_h323.cpp') 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; -- cgit v1.2.3