Displaying 1 result from an estimated 1 matches for "setbearercap".
2004 Jul 24
1
Hack to make * -> (H323) -> CCM -> IOS GW work
...penH323 source. It's not something
you can change easily from client 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 t...