mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
- add missing SIP.Realm definition to configuration schema, apologies for the botched merge
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user