mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-29 03:49:27 +00:00
- add missing SIP.Realm definition to configuration schema, apologies for the botched merge
This commit is contained in:
parent
9fb7ea7288
commit
08d1ed0940
1 changed files with 11 additions and 0 deletions
|
|
@ -2699,6 +2699,17 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *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",
|
||||
"minutes",
|
||||
ConfigurationKey::DEVELOPER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue