}
}
if (choice.equals(StaticTest.UPDATE)) {
if(ServerTags.EXTERNAL_SIP_ADDRESS.equals(cce.getName()) || ServerTags.EXTERNAL_SIP_PORT.equals(cce.getName())) {
final SipListener sl = (SipListener) cce.getClassObject();
final Config c = (Config) ((SipService) sl.parent()).parent();
if (sl.getType().equals("internal")) {
result.failed(_strMgr.getString("ExternalIsFalse"));
}
}
}