Call Ownership

Login to reply to this topic.
Tue, 2006-03-14 04:06
Joined: 2005-05-19
Forum posts: 45
Has anybody had any experience with RCall::AcquireOwnership() on a 6600 handset?  I have a call manager that makes and answers calls... the odd thing is that the RCall object that dials or answers the call is not the call owner.

After executing AnswerIncommingCall() I can call GetOwnershipStatus(), and the call status is listed as EOwnershipUnowned.  A later call to AcquireOwnership() retuns with out any problems, but the call ownership status is still listed as EOwnershipUnowned.

What I am trying to do is loan the data port by a call to LoanDataPort(), but it always returns with KErrEtelNotCallOwner.

Any advice?   Huh

"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein

  • Login to reply to this topic.