- add missing SIP.Realm definition to configuration schema, apologies for the botched merge

This commit is contained in:
Michael Iedema
2014-04-10 06:04:01 +02:00
parent 9fb7ea7288
commit 08d1ed0940

View File

@@ -2699,6 +2699,17 @@ ConfigurationKeyMap getConfigurationKeys()
map[tmp->getName()] = *tmp; map[tmp->getName()] = *tmp;
delete tmp; delete tmp;
tmp = new ConfigurationKey("SIP.Realm","",
"",
ConfigurationKey::DEVELOPER,
ConfigurationKey::STRING_OPT,
"^[0-9a-zA-Z_.-]",
false,
"SIP Realm for interop with certain switches. Filling in a host here will also activate an new REGISTER auth method."
);
map[tmp->getName()] = *tmp;
delete tmp;
tmp = new ConfigurationKey("SIP.RegistrationPeriod","90", tmp = new ConfigurationKey("SIP.RegistrationPeriod","90",
"minutes", "minutes",
ConfigurationKey::DEVELOPER, ConfigurationKey::DEVELOPER,