Address of Record Configuration Fields
You can configure the Oracle Enterprise Communications Broker (OECB) to query an LDAP database for the purpose of identifying additional Addresses of Record (AoR) that may apply to a call. The system identifies additional contacts from the AoRs and creates additional routes with which it can fork the calls.
-
Access the LDAP
Configuration object.
Configuration, System Administration, LDAP, LDAP Config.
-
On the LDAP Config page, do the following:
Lookup Number Attribute Enter the Active Directory attribute name. Default: sAMAccountName, which is the standard Active Directory username attribute. Valid values: Alpha-numeric characters. Lookup Number Format Select the expected phone number format from the drop down list. Default: None. Options include: E164 | E164 No Plus | No Country Code | None | Pattern Only | Regular Expression. Lookup Number Regex Pattern Enter the regular expression pattern used to break down the string of digits in the phone number extracted from the request URI of the SIP request. The variables extracted from the phone number can be used in the attribute-value-format parameter. Valid values: Alpha-numeric characters. Default: "^\+?1?(\d{2})(\d{3})(\d{4})$". (This value assumes that the phone number is a North American phone number specified in the E.164 format.) It extracts the following variables from the phone number: $1 is the area code | $2 and $3 are the next 3 and 4 digits in the phone number. Note that this setting applies only when you set Lookup number format type to regular-expression. Lookup Number Regex Result Enter the format for the attribute value. These format values are extracted from the phone number using the extraction-regex parameter. Default: "tel:+1$1$2$3". This value assumes that the phone number is a North American phone number specified in the E.164 format, and it recreates the phone number in E.164 format. Valid values: Alpha-numeric characters. In addition to the E.164 format, the OECB uses other formats as well to store the phone numbers. You can customize the value specified for this parameter to enable successful queries for phone numbers in other formats. The setting applies only when you set Lookup number format type to regular-expression.
In addition to the E.164 format, the OECB uses other formats as well to store the phone numbers. You can customize the value specified for this parameter to enable successful queries for phone numbers in other formats.AoR Attribute Enter the Active Directory attribute name established to contain the AoR. Default: Blank. Valid values: Alpha-numeric characters. AoR Extraction Regex Enter the regular expression pattern used to break down the AoR. Valid values: Alpha-numeric characters. AoR Value Format Enter the format of the regex result. Default: Blank. - ClickOK to save the routing query.
- Save configuration.