PublishSession publishSession = new PublishSession(getBobPhone());
Request publish = publishSession.newPublish(getClass().getResourceAsStream("publish1.xml"), 20);
publishSession.sendRequest(publish, SipResponse.OK);
// get the NOTIFY
reqevent = s.waitNotify(10000);
assertNotNull(s.format(), reqevent);
assertNoSubscriptionErrors(s);
// examine the request object
request = reqevent.getRequest();