aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 17:34:19 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 17:34:19 +0000
commit5ef1263067b8ccebd7168d7ba69b0ba774dbebd6 (patch)
tree5093bcd81e16528174119cac6a9dd2a8db2c9d81 /channels/h323
parent6b7e06ac5ed2ec59830b2b250b069dd817fa27fa (diff)
Extend call establishment timeout
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43918 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/ast_h323.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 7a86c5b81..dd981285d 100644
--- a/channels/h323/ast_h323.cxx
+++ b/channels/h323/ast_h323.cxx
@@ -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