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