mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Extend call establishment timeout
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user