From 10a41b48f530971693c5286d5a3c1d4e10d2b65c Mon Sep 17 00:00:00 2001 From: pcadach Date: Thu, 28 Sep 2006 17:36:33 +0000 Subject: Merged revisions 43918 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r43918 | pcadach | 2006-09-28 23:34:19 +0600 (Чтв, 28 Сен 2006) | 1 line Extend call establishment timeout ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43920 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/ast_h323.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'channels') diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index 423224588..08470fced 100644 --- a/channels/h323/ast_h323.cxx +++ b/channels/h323/ast_h323.cxx @@ -224,8 +224,11 @@ void PAssertFunc(const char *msg) MyH323EndPoint::MyH323EndPoint() : H323EndPoint() { - // Capabilities will be negotiated on per-connection basis + /* Capabilities will be negotiated on per-connection basis */ capabilities.RemoveAll(); + + /* Reset call setup timeout to some more reasonable value than 1 minute */ + signallingChannelCallTimeout = PTimeInterval(0, 0, 10); /* 10 minutes */ } /** The fullAddress parameter is used directly in the MakeCall method so -- cgit v1.2.3