SleeConnection conn1 = null;
conn1 = factory.getConnection();
//ExternalActivityHandle handle = conn1.createActivityHandle();
EventTypeID requestType = conn1.getEventTypeID(
"org.mobicents.slee.service.dvddemo.ORDER_REJECTED",
"org.mobicents", "1.0");
CustomEvent customEvent = new CustomEvent(orderId, amount,
customerfullname, cutomerphone);