search for: onsendsignalsetup

Displaying 2 results from an estimated 2 matches for "onsendsignalsetup".

2004 Apr 03
0
Grandstream and codec G.711
...gt; > [3]WrapH323EndPoint::MakeCall: Call token is > ip$localhost/5074 > > > [3]WrapH323EndPoint::MakeCall: Call reference is > 5074 > > > [2]WrapMutex::Signal: Released mutex callMutex > [wrapendpoint.cxx, 320, > > MakeCall] > > > [2]WrapH323Connection::OnSendSignalSetup: Sending > SETUP message... > > > [3]WrapH323Connection::OnSendSignalSetup: Setting > display name Felippe > > > [3]WrapH323Connection::OnSendSignalSetup: Setting > calling party number > > 03316410 > > > [2]WrapH323Connection::OnReceivedReleaseComplete: &g...
2004 Jul 24
1
Hack to make * -> (H323) -> CCM -> IOS GW work
...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 setup as expected. Hopefully someon...