mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-29 11:59:27 +00:00
- set GSM.CallerID.Source to username by default, the existing 4.0 behavior, so compatibility is maintained
r8633 upstream
This commit is contained in:
parent
220270a86c
commit
e9489856ca
1 changed files with 2 additions and 2 deletions
|
|
@ -1408,14 +1408,14 @@ ConfigurationKeyMap getConfigurationKeys()
|
|||
map[tmp->getName()] = *tmp;
|
||||
delete tmp;
|
||||
|
||||
tmp = new ConfigurationKey("GSM.CallerID.Source","displayname",
|
||||
tmp = new ConfigurationKey("GSM.CallerID.Source","username",
|
||||
"",
|
||||
ConfigurationKey::CUSTOMERTUNE,
|
||||
ConfigurationKey::CHOICE,
|
||||
"displayname,username,p-asserted-identity",
|
||||
false,
|
||||
"The source for numeric Caller ID has traditionally been the username field. After version 4.0 this behavior "
|
||||
"was changed to use the displayname field as it is a more accepted practice. This parameter will "
|
||||
"will be changed to use the displayname field as it is a more accepted practice. This parameter will "
|
||||
"allow those with existing integrations to easily return to the legacy behavior until their SIP "
|
||||
"switches can be reconfigured. Additionally, using the P-Asserted-Identity header to source the "
|
||||
"Caller ID number is supported."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue