"c=in ip4 127.0.0.1\r\n"+
"t=0 0\r\n"+
"m=audio 12230 rtp/avp 100\r\n"+
"a=rtpmap:100 x-tia-p25-imbe/8000\r\n";
Response sipResponse = messageFactory.createResponse(response);
System.out.println("Parsed SIP Response is :\n" + sipResponse);
contentBytes = sipResponse.getRawContent();
contentString = new String(contentBytes);
SdpFactory sdpFactory = SdpFactory.getInstance();
SessionDescription sd = sdpFactory.createSessionDescription(contentString);