search for: endedbynoaccept

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

2004 Jul 24
1
Hack to make * -> (H323) -> CCM -> IOS GW work
...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 setup as expected. Hopefully someone here will point out an easy way to se...