+ "s=TIA-P25-SuToSuCall\r\n"
+ "t=0 0\r\n"
+ "c=IN IP4 127.0.0.1\r\n"
+ "m=audio 12412 RTP/AVP 100\r\n"
+ "a=rtpmap:100 X-TIA-P25-IMBE/8000\r\n";
Request sipRequest = messageFactory.createRequest(request);
byte[] contentBytes = sipRequest.getRawContent();
String contentString = new String(contentBytes);
//SdpFactory sdpFactory = SdpFactory.getInstance();
//SessionDescription sd = sdpFactory
// .createSessionDescription(contentString);