Address of Record (AoR) Configuration Fields

To configure the Oracle Enterprise Communications Broker to query an LDAP database for the purpose of identifying additional AoRs that may apply to a call. The system identifies additional contacts from these AoRs and creates additional routes with which it can fork these calls:

  1. On the Modify ldap-config dialog, expand the Address of record section using the down arrow to expose the applicable fields.
  2. Lookup number attribute—Enter the Active Directory attribute name. The default is sAMAccountName, which is the standard Active Directory username attribute. Valid values are alpha-numeric characters.
  3. Lookup number format type—Select the expected phone number format from the drop down list. The default is None. Options include:
    • E164
    • E164-no-plus
    • no-country-code
    • None
    • pattern-only
    • regular-expression
  4. 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 are alpha-numeric characters. The default regex is "^\+?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 three variables from the phone number:
    • $1 is the area code
    • $2 and $3 are the next 3 and 4 digits in the phone number

    The setting only applies when Lookup number format type is set to regular-expression.

  5. 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. The default parameter is "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 are alpha-numeric characters.
    In addition to the E.164 format, the Oracle Enterprise Communications Broker 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 only applies when Lookup number format type is set to regular-expression.

  6. Aor attribute—Enter the Active Directory attribute name established to contain the AoR. The default is blank. Valid values are alpha-numeric characters.
  7. Aor extraction regex—Enter the regular expression pattern used to break down the AoR. Valid values are alpha-numeric characters.
  8. Aor value format—Enter the format of the regex result. The default parameter is blank.
  9. Click OK to save your routing query.
  10. Save and activate your configuration.