ImportInitvalues.java (apache-openmeetings-6.1.0-src) | : | ImportInitvalues.java (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 274 | skipping to change at line 274 | |||
addCfg(list, CONFIG_EMAIL_AT_REGISTER, String.valueOf(cfg.isSendE mailAtRegister()), Configuration.Type.BOOL, | addCfg(list, CONFIG_EMAIL_AT_REGISTER, String.valueOf(cfg.isSendE mailAtRegister()), Configuration.Type.BOOL, | |||
"User get a EMail with their Account data.", VER_ 2_0); | "User get a EMail with their Account data.", VER_ 2_0); | |||
addCfg(list, CONFIG_EMAIL_VERIFICATION, String.valueOf(cfg.isSend EmailWithVerficationCode()), Configuration.Type.BOOL, | addCfg(list, CONFIG_EMAIL_VERIFICATION, String.valueOf(cfg.isSend EmailWithVerficationCode()), Configuration.Type.BOOL, | |||
String.format("User must activate their account b y clicking on the " | String.format("User must activate their account b y clicking on the " | |||
+ "activation-link in the registe ring Email " | + "activation-link in the registe ring Email " | |||
+ "It makes no sense to make this (%s) 'true' while " | + "It makes no sense to make this (%s) 'true' while " | |||
+ "%s is 'false' cause you need t o send a EMail.", CONFIG_EMAIL_VERIFICATION, CONFIG_EMAIL_AT_REGISTER), VER_2_0) ; | + "%s is 'false' cause you need t o send a EMail.", CONFIG_EMAIL_VERIFICATION, CONFIG_EMAIL_AT_REGISTER), VER_2_0) ; | |||
addCfg(list, CONFIG_APPLICATION_BASE_URL, cfg.getBaseUrl(), Confi guration.Type.STRING, "Base URL your OPenmeetings installation will be accessibl e at.", "3.0.2"); | addCfg(list, CONFIG_APPLICATION_BASE_URL, cfg.getBaseUrl(), Confi guration.Type.STRING, "Base URL your Openmeetings installation will be accessibl e at.", "3.0.2"); | |||
// *************************************** | // *************************************** | |||
// *************************************** | // *************************************** | |||
// SIP Integration Coniguration Values | // SIP Integration Coniguration Values | |||
// *************************************** | // *************************************** | |||
addCfg(list, CONFIG_SIP_ENABLED, String.valueOf(cfg.isSipEnable() ), Configuration.Type.BOOL, "Enable to enable the red5SIP integration ", VER_1_9 ); | addCfg(list, CONFIG_SIP_ENABLED, String.valueOf(cfg.isSipEnable() ), Configuration.Type.BOOL, "Enable to enable the red5SIP integration ", VER_1_9 ); | |||
addCfg(list, CONFIG_SIP_ROOM_PREFIX, cfg.getSipRoomPrefix(), Conf iguration.Type.STRING, "Numerical prefix for OM rooms created inside the SIP", V ER_1_9); | addCfg(list, CONFIG_SIP_ROOM_PREFIX, cfg.getSipRoomPrefix(), Conf iguration.Type.STRING, "Numerical prefix for OM rooms created inside the SIP", V ER_1_9); | |||
addCfg(list, CONFIG_SIP_EXTEN_CONTEXT, cfg.getSipExtenContext(), Configuration.Type.STRING, "Enable to enable the red5SIP integration ", VER_1_9) ; | addCfg(list, CONFIG_SIP_EXTEN_CONTEXT, cfg.getSipExtenContext(), Configuration.Type.STRING, "Enable to enable the red5SIP integration ", VER_1_9) ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |