code Guruss.....HI,
I have a bit of confusion. In-process for designin of SIP-Client, i recv a following message "SIP/2.0 404 Not Found", which means user is NOT yet registered to the server. But i recv this response aftr recvd 200 OK from server. PLEASE see the messages below betwn server-client:
reqst from the client:
REGISTER sip:192.168.1.57 SIP/2.0
To: <nauris@192.168.1.57>
From:<nauris@192.168.1.57>;tag=qwwe23
CallID:123asdadw216te45
CSeq: 1 REGISTER
response from the server:
SIP/2.0 200 OK
To:<nauris@192.168.1.57>;tag=qw12233ew
From:<nauris@192.168.1.57>;tag=qwwe23
CallID:123asdadw216te45
CSeq:1 REGISTER
Another reqst from SAME client:
SUBSCRIBE sip:nauris@192.168.1.57 SIP/2.0
To: <nauris@192.168.1.57>;tag=qw12233ew
From:<nauris@192.168.1.57>;tag=qwwe23
CallID:123asdadw216te45
CSeq: 1 REGISTER
BUT the response of the server..!...!!!
SIP/2.0 404 Not Found
...and the rest of the HEADERS..!!
Please anybody have any idea, as to Y am gettin "404" , being not registered even if im getting a 200 OK response on register reqst.



