Extend call establishment timeout

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Paul Cadach 19 years ago
parent 24b723af44
commit 13b9f34966

@ -218,8 +218,11 @@ void PAssertFunc(const char *msg)
MyH323EndPoint::MyH323EndPoint() MyH323EndPoint::MyH323EndPoint()
: H323EndPoint() : H323EndPoint()
{ {
// Capabilities will be negotiated on per-connection basis /* Capabilities will be negotiated on per-connection basis */
capabilities.RemoveAll(); 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 /** The fullAddress parameter is used directly in the MakeCall method so

Loading…
Cancel
Save