When my client accepts invitation (sends 200 ok), server send ACK.
But at client side...function ErrorOccured (TInt aError, CSIPTransactionBase& aTransaction) get called.
with aError = -33 i.e. time out.
I dont know which time need to set. I'm using no timer object except ..
IncomingRequest (CSIPServerTransaction* aTransaction)
{
....
....
#ifdef __WINS__
User::After(1500000);
#endif
.....
.....
} // when client recieves invitation.
I dont remember the soln exactly,
the reson might be, in your client program before sending 200OK, you should first send 180 Ringing message..hope this is the answer you are expecting,
but this problem is solved in this group earlier, betther search the Forum completely,