Hi,
I am struggling trying to get the SIP Subscribe to work between two emulators. I have two emulators S60 2nd Ed FP2 and the SIP plugin v4. I am also using the Nokia Sip Server emulator.
Both emulators register ok with the registrar. I then use one emulator to SIP SUBSCRIBE to the other. The message is received on the 2nd emulator with the IncomingRequest() is invoked.
The problem occurs when I try to send a response using the following....
CSIPResponseElements* resp = CSIPResponseElements::NewLC(200, _L8("OK"));
aTransaction->SendResponseL(resp);
CleanupStak::Pop(resp);
delete aTransaction;
The call to SendResponseL always fails with KErrUnknown (-19).
Has anyone experienced this before or help me out at all? Any help will be most appreciated!



