Suppose i create a SIP INVITE request and send it to the server.Then it wait for the response.When an incoming response arrives then it start parsing the response with the previous one(INVITE),then it dicide what should do.
My question is that i can do it through Regular Expression or is there any exiting module which help me on same.