Hello
Which version are you using?
Bridged call state means that the call doesn't have access to audio
input/output and is therefore "silent". This is natural when making 2nd
call and using takeFocus = SIPX_FOCUS_ALWAYS in sipxCallConnect. But
unholding the 1st call should work. What do you mean that its not that
bad? Do you get audio from the 1st call even in bridged state? When
invoking sipxCallUnhold I assume you specify bTakeFocus=1.
sipxCallUnhold is asynchronous operation, so it is unfortunately still
possible for it to fail in theory even if sipxCallUnhold returns 0.
Perhaps you could investigate if you get to:
XCpCallStack::gainFocus - "ptrLock->postMessage(gainFocusCommand);"
should execute
then XCpAbstractCall::handleGainFocus should be executed
then MpMediaTask::handleSetFocus
Regards,
Jaroslav
Marcin Głowacki schrieb: