the problem about the ResponseEvent and RequestEvent in the jain-sip
hi!!
when i implement the jain-sip'interface of SipListener,i meeting a strange problem.
in my program,i send a "invite" sip packet to the callee,then i received the response sip packet of "180"and "200ok" from the callee,but in my method of
processResponse(ResponseEvent responseReceivedEvent)
{Response response = (Response) responseReceivedEvent.getResponse();
Transaction tid = responseReceivedEvent.getClientTransaction();
if (tid =null)
{
System.out.println("transaction is null")
return
}.......
the ClientTransaction included in the responseReveivedEvent are always null, : (, why? now i dont know how to resolve this problem,
pleasure give me your hands!!!
thanks!!!!!

