ldap-cfg-attributes

Use the ldap-cfg-attributes configuration element to set up the Active Directory attribute name, next hop for routing SIP requests, the realm for the next hop, a regular expression pattern, and a format for the attribute value.

Path

The ldap-cfg-attributes configuration element is in the ldap-transactions element.

ORACLE# configure terminal
ORACLE(configure)# session-router
ORACLE(session-router)# ldap-config
ORACLE(ldap-config)# ldap-transactions
ORACLE(ldap-transactions)# ldap-cfg-attributes
ORACLE(ldap-cfg-attributes)#

Parameters

The ldap-cfg-attributes configuration element contains the following parameters:

name

Enter the Active Directory attribute name.

next-hop

Enter the Active Directory's next hop when routing SIP requests

realm

Enter the name of the realm associated with the next hop.

extraction-regex

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.

  • Default: ^\\+?1?(\\d{3})(\\d{3})(\\d{4})$
value-format

Enter the format for the attribute value.

  • Default: tel:+1$1$2$3

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.