search for: m_mediawaitforconnect

Displaying 1 result from an estimated 1 matches for "m_mediawaitforconnect".

2004 Jul 24
1
Hack to make * -> (H323) -> CCM -> IOS GW work
...applications that I can see, but doing this: --- h323.cxx.old 2004-07-23 16:04:45.109780688 -0400 +++ h323.cxx 2004-07-23 16:04:49.577950415 -0400 @@ -2797,6 +2797,8 @@ if (hasVideoOrData) setupPDU.GetQ931().SetBearerCapabilities(Q931::TransferUnrestrictedDigital, 6); + setup.m_mediaWaitForConnect = TRUE; + if (!OnSendSignalSetup(setupPDU)) return EndedByNoAccept; and rebuilding the OpenH323 libraries made my problem "go away". The CCM doesn't insist on trying to send me any audio until the call is answered, and when answered the audio streams in both directions get s...