allow calling from dialpad

cusax-fix
Yana Stamcheva 19 years ago
parent a8ce283cfa
commit 364cc3fcdf

@ -258,6 +258,13 @@ else if(!phoneNumberCombo.isComboFieldEmpty()) {
createCall(stringContact);
}
}
else if (selectedPanel != null
&& selectedPanel instanceof DialPanel)
{
String stringContact =
phoneNumberCombo.getEditor().getItem().toString();
createCall(stringContact);
}
}
else if (buttonName.equalsIgnoreCase("hangup")) {

Loading…
Cancel
Save