// TODO Auto-generated catch block
e.printStackTrace();
}
}
try {
OutgoingJingleSession jos = manager.createOutgoingJingleSession(jidStatus.getCompleteJID());
jos.addListener(createSessionListener(jidStatus.getCompleteJID()));
jos.start();
sessions.put(jidStatus.getCompleteJID(),jos);
endVoiceMenu.setEnabled(true);
} catch (XMPPException e) {
// TODO Auto-generated catch block
e.printStackTrace();