aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 17:36:33 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 17:36:33 +0000
commit10a41b48f530971693c5286d5a3c1d4e10d2b65c (patch)
tree87883439ac2987e61ae4eacb5cfa7594c78399fb /channels/h323
parent61084e666f4dcffc059dd66c4c9285594bf8fbbb (diff)
Merged revisions 43918 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ 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
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