]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Extend call establishment timeout
authorPaul Cadach <paul@odt.east.telecom.kz>
Thu, 28 Sep 2006 17:34:19 +0000 (17:34 +0000)
committerPaul Cadach <paul@odt.east.telecom.kz>
Thu, 28 Sep 2006 17:34:19 +0000 (17:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43918 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/h323/ast_h323.cxx

index 7a86c5b811f7f3bcf96b6e73866e1acc7474bb15..dd981285d37440c35b16061028cc9941d5b912c9 100644 (file)
@@ -218,8 +218,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