mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 43635,43843-43844,43846 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43635 | pcadach | 2006-09-26 03:26:12 +0600 (Втр, 26 Сен 2006) | 1 line Fix ASN1 description of non-standard Cisco extensions ........ r43843 | pcadach | 2006-09-28 12:01:37 +0600 (Чтв, 28 Сен 2006) | 1 line Don't treat unknown control frames as voice ........ r43844 | pcadach | 2006-09-28 12:02:45 +0600 (Чтв, 28 Сен 2006) | 1 line Don't warn on HOLD/UNHOLD control frames ........ r43846 | pcadach | 2006-09-28 16:51:21 +0600 (Чтв, 28 Сен 2006) | 1 line Do not open transmit channel until TCS is received ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43853 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1432,6 +1432,10 @@ H323Channel * MyH323Connection::CreateRealTimeLogicalChannel(const H323Capabilit
|
||||
const H245_H2250LogicalChannelParameters * /*param*/,
|
||||
RTP_QOS * /*param*/ )
|
||||
{
|
||||
/* Do not open tx channel when transmitter has been paused by empty TCS */
|
||||
if ((dir == H323Channel::IsTransmitter) && transmitterSidePaused)
|
||||
return NULL;
|
||||
|
||||
return new MyH323_ExternalRTPChannel(*this, capability, dir, sessionID);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user