User Guide for Cisco Unified Provisioning Manager 2.2
Advanced Setup

Table Of Contents

Advanced Setup

Configuring Phone Button Templates

Viewing the Maximum Number of Lines on Phone Button Templates

Specifying a Default Phone Button Template for a Phone Type

Business Rules

Business Rule Descriptions

AssignSoftPhoneName

AssociateAllUsersInCallProcessor

AssociateAllUsersInUMProcessor

AssociateOnlyExistingUsers

AssociateUsersByDeptCode

AssociateUsersByDevicePool

AssociateUsersByLocation

ChangeUnityPasswordOnNextLogin

CreateSelfCareAccounts

DefaultCallManagerPassword

DefaultCallManagerPIN

DefaultCUPMPassword

DefaultDeviceProfile

DefaultUnitySubscriberPassword

DefaultCallManagerDigestCredentials

DefaultUserType

DefaultWebAccessPassword

DescriptionString

DNAutoReservation

DNAutoReservationTimeout

EmailSender

ExternalNumberMasks

IsAuthorizationRequiredForAddOrder

IsAuthorizationRequiredForCancelOrder

IsAuthorizationRequiredForChangeOrder

LineDisplayString

MailHost

MonitorPhoneReturnEnabled

NameDialingInfo

Non-RestrictedDomainSync

OrderProvisionedEmailTemplate

OrderRejectedEmailTemplate

PhoneAssignmentDoneBy

PhoneReceiptDoneBy

PhoneReservationTimeout

PhoneShippingDoneBy

PseudoUserID

PurgeUponUmRemoval

TakePrimaryUserInfoFromUMProcessor

Using Business Rules

Configuring User Access

Configuring Domain Synchronization

Configuring Products

Configuring Orders

Configuring Business Rules

Configuring Business Rules for Domain Synchronization

Configuring Provisioning Attributes

Configuring a Transformation Template for Provisioning Attributes

Changing the Precedence for Provisioning Attributes


Advanced Setup


This chapter described the following advanced setup activities:

Configuring Phone Button Templates

Business Rules

Configuring Provisioning Attributes

Configuring Phone Button Templates

The maximum number of lines allowed on a particular phone type is configured by using the phone button templates.

A phone button template in Cisco Unified Communications Manager specifies the number of lines and speed dials that a phone can have, and where they appear on the phone. Older phone models have fixed templates, meaning the lines map directly to specific buttons on the phone. Newer phone models have more dynamic button structures. For example, the Cisco 7960 has six buttons, each of which can be either a line or a speed dial.

During a Cisco Unified Communications Manager infrastructure synchronization, Provisioning Manager retrieves all phone button templates that have been defined in Cisco Unified Communications Manager. There is always a set of standard phone button templates, therefore every phone type has at least one template.

Viewing the Maximum Number of Lines on Phone Button Templates

You can view the maximum number of lines for each phone button template of a Call Processor. Blank or negative values are treated as unlimited.


Step 1 Select Advanced Setup > Policies > Phone Button Templates.

The Phone Button Template Configuration page appears.

Step 2 Select a Call Processor.

Step 3 Click View Maximum Line Information.

The Phone Button Template Maximum Line Information Form appears.


Specifying a Default Phone Button Template for a Phone Type


Step 1 Select Advanced Setup > Policies > Phone Button Templates.

The Phone Button Template Configuration page appears.

Step 2 Select a Call Processor.

The page refreshes.

Step 3 Select a phone type.

The phone type information is displayed.

Step 4 Click Update Template List.

The Phone Button Template Configuration Edit Form appears.

Step 5 Select a template and then click Update.


Business Rules

This section provides details on the standard Provisioning Manager business rules and how to modify them.

It contains the following sections:

Business Rule Descriptions

Using Business Rules

Configuring Business Rules

Provisioning Manager contains a predefined set of business rules that determine how components within Provisioning Manager are used. These business rules control the processing of orders, the behavior of the synchronization processes, and the default values for various objects in the system.

Business rules are applied at a Domain level. When you install Provisioning Manager, you configure the business rules in the Customer Domain Template according to your business processes. When you create a new Domain, it inherits the standard set of business rules from the Customer Domain Template. You can then change the business rules as required for each new Domain. Changes made to the Customer Domain Template affect only new Domains created after that point.

In addition to business rules, new Domains inherit the default Subscriber Type information, and folders are automatically created in the Inventory Manager Instance Browser for the users, Service Areas, and Voice Terminals that will be placed into that Domain.

Business Rule Descriptions

This section lists and describes the standard business rules in alphabetical order, and provides the default Data and Enabled settings. Rules can be data driven (Provisioning Manager uses the Data field), enabled or disabled driven, or both. The descriptions of the rules indicate which applies.


Note For some business rules, the Data or Enabled field is not applicable, which is indicated by N/A. All user input in fields marked as N/A is disregarded by the system.


AssignSoftPhoneName

Assigns a unique name to a SoftPhone that workflow is provisioning. The Call Processor automatically generates the name using the value in the Data field as the prefix, then adds the CTI port counter number + 1. The Call Processor checks if the combination of prefix + CTI port counter number is in use, and if it is, it adds 1 to the CTI port counter number until a unique combination is found.

Data   SoftPhone_

Enabled  true (n/a)

AssociateAllUsersInCallProcessor

If enabled, during a Domain synchronization, all of the user accounts in all of the Call Processors in the Domain are assigned to the Domain being synchronized. If disabled, only users whose department is the same as the Domain are assigned to the Domain.

Data  <blank>

Enabled  false

AssociateAllUsersInUMProcessor

If this rule is enabled, all user accounts in a given Unified Message Processor are assigned to a Provisioning Manager Domain. Otherwise, only user accounts in the given Unified Message Processor with a matching Call Processor user account are assigned.

Data  <blank>

Enabled  false

AssociateOnlyExistingUsers

If enabled, then during a Domain synchronization, no new users are created. Only services of existing users in the Domain are synchronized.

Data  <blank>

Enabled  false

AssociateUsersByDeptCode

If enabled, Call Processor user accounts are associated to this Provisioning Manager Domain based on their department code value matching one in the specified list of values. The list of department code values must be enclosed in double quotes (") and separated by a semicolon (;) delimiter. Department code values may contain wildcard characters (* or %).

For example, if you specify the following in the Data field:

"Dept 1";"";"Dept 2"

The Call Processor user accounts that belong to Dept 1 or Dept 2, or have no department code set, are associated to the Domain.

AssociateUsersByDevicePool

If enabled, Call Processor user accounts are associated to this Provisioning Manager Domain only if they have a phone which has the device pool value specified in the data field. The device pool value can contain wildcard characters (* or %) and should be prefixed with the Cisco Unified Communications Manager name value (this is the Call Processor name in Provisioning Manager). The value must be in double quotes (") and separated by a semicolon (;) delimiter.

For example:

"CUCM1:DevicePool1";"CUCM2:Device*2"

Users who have a phone in Call Processor CUCM1 with the device pool DevicePool1 and users who have a phone in Call Processor CUCM2 with the device pool DevicePool2 are associated to the Domain.

Data  <blank>

Enabled  false

AssociateUsersByLocation

If enabled, Call Processor user accounts are associated to this Provisioning Manager Domain only if they have a phone that has the location value specified in the data field. The location value can contain wildcard characters (* or %) and should be prefixed with the Cisco Unified Communications Manager name value (this is the Call Processor name in Provisioning Manager). The value must be in double quotes and separated by a semicolon (;) delimiter.

For example:

"CUCM1:Location1";"CUCM2:Loc*2"

Users who have a phone in Call Processor CUCM1 with the location Location1 and users who have a phone in Call Processor CUCM2 with the location Location2 are associated to the Domain.

Data  <blank>

Enabled  false

ChangeUnityPasswordOnNextLogin

If enabled, a Cisco Unity or Cisco Unity Connection subscriber will be forced to change the password after the password is reset in Provisioning Manager. The Data field is not applicable for this rule, and it is disregarded by the system.

Data  <blank>

Enabled  false

CreateSelfCareAccounts

If enabled, the system automatically creates login accounts for new subscribers so that they can submit their own orders. When the rule is disabled, the system still creates login accounts, but those accounts cannot place orders for themselves.

Data  <blank>

Enabled  false

DefaultCallManagerPassword

Sets the default password for new Cisco Unified Communications Manager and Cisco Unified Communications Manager Express accounts, which are created when a phone or line is ordered for a user for the first time. You can also use this password with a Cisco SoftPhone to gain access to the user-assigned lines. Minimum length is five characters.

Data  admin123

Enabled  true (n/a)

DefaultCallManagerPIN

Sets the default PIN to be used when a user is activated in Cisco Unified Communications Manager. A user is activated in Cisco Unified Communications Manager the first time a line or phone is ordered for the user. Beyond initially setting the PIN, this rule is not used in Provisioning Manager. Minimum length is five characters.

Data  12345

Enabled  true

DefaultCUPMPassword

Specifies the default password for self-care accounts. By default, the user password is empty and these users will not be able to log in until an administrator changes their password in the subscriber wizard. If you want to specify a default password, you must specify a default password in the Data field and set Enabled to true.


Note The new password value should match the password policy.


Data  <blank>

Enabled	  true

DefaultDeviceProfile

Used for Extension Mobility-enabled phones. The default setting of NONE (or left empty) causes the rule not to be used.

Data  NONE

Enabled  true (n/a)

DefaultUnitySubscriberPassword

Sets the default password for new voicemail accounts on the Cisco Unified Messaging Systems, such as Cisco Unity and Cisco Unity Connection. The workflow uses the Data value as the initial password. In Cisco Unity or Cisco Unity Connection, this value must be an integer. Cisco Unity and Cisco Unity Connection rejects trivial values (for example, 12345). The Enabled field is not applicable for this rule, and it is disregarded by the system.


Note The DefaultUnitySubscriberPassword rule does not validate the length of the default password entered in the data field. Cisco Unity and Cisco Unity Connection may have different credential policies configured. Depending upon the policies set on the devices, the Provisioning Manager administrator should enter the default password in these rules. If the default password entered for these rules is not accepted by the devices, the reset credentials to default operation will fail with an error message returned from the device.


Data  053421

Enabled  true (n/a)

DefaultCallManagerDigestCredentials

Specifies the default password for digest credentials. To specify a default password, you must enter it in the Data field and set Enabled to true.


Note The new password value should match the password policy.


Data  <blank>

Enabled  true

DefaultUserType

Specifies the user type that new users are assigned by default. The value of the Data field must contain the name of a valid user type.


Note This rule should be set to the subscriber role that makes up most of the organization. This will ensure that during Domain synchronization most of the users are set up correctly.


Data  Employee

Enabled  true (n/a)

DefaultWebAccessPassword

Sets the default password for new voicemail accounts' web access on Cisco Unified Messaging Systems such as Cisco Unity and Cisco Unity Connection. The workflow uses the Data value as the initial password. The Enabled field is not applicable for this rule, and it is disregarded by the system.


Note The DefaultWebAccessPassword rule does not validate the length of the default password entered in the data field. Cisco Unity and Cisco Unity Connection may be configured with different credential policies. Depending upon the policies set on the devices, the Provisioning Manager administrator should enter the default password in these rules. If the default password entered for these rules is not accepted by the devices, the reset credentials to default operation will fail with an error message returned from the device.


Data  Admin123

Enabled  true (n/a)

DescriptionString

Default description string used on new phones, new user device profiles (EM_Access), and new users. FIRSTNAME, LASTNAME, EXTENSION, and USERID are keywords that are replaced with the user's first name, last name, extension, and user ID, respectively.


Note The default value for the Description provisioning attribute is applied from this rule. If you specify CUPM_BLANK or an empty value in batch provisioning or through the Provisioning Manager user interface, the value for the Description provisioning attribute comes from this rule.

Therefore, if you want to set an empty value for the Description provisioning attribute, you must enable this rule and make sure its value is empty.


Data  FIRSTNAME LASTNAME EXTENSION USERID

Enabled  true (n/a)

DNAutoReservation

If enabled, when a line is canceled, the directory number associated with the line will be automatically reserved for the original owner.

Data  <blank>

Enabled  false

DNAutoReservationTimeout

Specifies the period of time (days:hours) that the directory number remains in the Reserved state.

Data  7:0

Enabled  true

EmailSender

Contains the email address to use for the From address in Provisioning Manager emails.


Note This rule must be enabled in order to send emails from Provisioning Manager.


Data  shipper@sample.com

Enabled  true

ExternalNumberMasks

When enabled, the External Number mask associated with the Service Area of an order will be used as the External Phone Number Mask value on the line display for lines ordered against this Service Area. For change phone orders, the value for this rule is taken from the previous phone service order. But if the value was not set in the previous order, the Service Area value is used.


Note This rule accepts the same values that Cisco Unified Communications Manager accepts for external phone masks.


Data  <blank>

Enabled  true

IsAuthorizationRequiredForAddOrder

If enabled, an Approver must approve Add orders before provisioning can occur. If disabled, the system automatically approves Add orders.


Note This rule does not take effect when you place orders using batch provisioning or the Provisioning Manager NBI.


Data  <blank>

Enabled  false

IsAuthorizationRequiredForCancelOrder

If enabled, an Approver must approve Cancel orders before provisioning can occur. If disabled, the system automatically approves Cancel orders.


Note This rule does not take effect when you place orders using batch provisioning or the Provisioning Manager NBI.


Data  <blank>

Enabled  false

IsAuthorizationRequiredForChangeOrder

If enabled, an Approver must approve Change orders before provisioning can occur. If disabled, the system automatically approves Change orders.


Note This rule does not take effect when you place orders using batch provisioning or the Provisioning Manager NBI.


Data  <blank>

Enabled  false

LineDisplayString

Template string used to construct the Internal Caller ID display format for the phone line. If disabled, the system defaults to FIRSTNAME LASTNAME. This rule does not apply if the Service Area has a Cisco Unified Communications Manager Express as a Call Processor.


Note The default value for the Display (Internal Caller ID) provisioning attribute is applied from this rule. If you specify CUPM_BLANK or an empty value in batch provisioning or through the Provisioning Manager user interface, the value for the Display (Internal Caller ID) provisioning attribute comes from this rule.

Therefore, if you want to set an empty value for the Display (Internal Caller ID) provisioning attribute, you must enable this rule and make sure its value is empty.



Note For Call Processors, the combination of characters for First Name and Last Name cannot exceed 30 characters. If this limit is exceeded, when you place an order, the Call Processor sends an error.


Data  FIRSTNAME LASTNAME

Enabled  true

MailHost

Contains the name of the SMTP server that is used for sending Provisioning Manager emails.


Note This rule must be enabled in order to send emails from Provisioning Manager.


Data  mail.sample.com

Enabled  true

MonitorPhoneReturnEnabled

If enabled, tracks whether phones have been returned by implementing an additional workflow activity that is assigned to the user group specified in the Data field.

Data  Shipping

Enabled  false

NameDialingInfo

This string is used to construct the auto-attendant name dialing string. FIRSTNAME LASTNAME are replaced, but not the extension.


Note This feature is available for Cisco Unified Communications Manager version 3.3.3 only.


Data  FIRSTNAME LASTNAME

Enabled  true

Non-RestrictedDomainSync

If Non-RestrictedDomainSync is enabled, Domain synchronizations are performed when the rules for some of the Domain synchronization operations are reduced.

To determine the Service Area, the Call Processor and protocol are used for the following products:

Extension Mobility Access

Extension Mobility Access Line

Line

Phone

To determine the Service Area, only the Call Processor is used for the following products:

CTI Port

Enable Extension Mobility

Enable Mobility Support

To determine the Service Area, only the Call Processor and the Unified Messaging Processor are used for the following products:

Voicemail

Email

Unified Messaging

To determine the directory number for voicemail association, only the Call Processor and the Unified Messaging Processor are used.

In the data field for this rule, you enter which Service Area should run the nonrestricted Domain synchronization. The Service Area names should be enclosed in double quotes (") and separated by a semicolon (;). For example, if you enter "SA1";"SA2", the first Service Area in this list that satisfies the criteria (Call Processor plus Unified Message Processor) is used. If the data field is empty or none of the Service Areas specified in the data field satisfies the Service Area selection criteria, Provisioning Manager selects a Service Area that satisfies the criteria.

Data  <blank>

Enabled  false

OrderProvisionedEmailTemplate

If enabled, an automated email is sent to the subscriber for whom the order was placed, stating that the order was provisioned.


Note For this rule to work, the EmailSender and MailHost rules must also be enabled. The value in the data field of this rule, which specifies the template script to use when the email is generated, should not be changed.


Data  java://dfc.ipt.im.OrderProvisionedEmailTemplate:buildEmailTemplate 

Enabled  false

OrderRejectedEmailTemplate

If enabled, an automated email is sent to the subscriber for whom the order was placed, stating that the order was rejected.


Note For this rule to work, the EmailSender and MailHost rules must also be enabled. The value in the data field of this rule, which specifies the template script to use when the email is generated, should not be changed.


Data  java://dfc.ipt.im.OrderProvisionedEmailTemplate:buildRejectionEmailTemplate 

Enabled  false

PhoneAssignmentDoneBy

Specifies the user group that is responsible for completing the Assignment step of the workflow for a Phone order.

The following are the valid options:

Receiving

Shipping

Assignment

OrderOwner (the user who initiates the order)

None (workflow automatically assigns the phone and MAC address)

Data  None

Enabled  true (n/a)

PhoneReceiptDoneBy

Specifies the user or group of users that is responsible for completing the Receipt step of the workflow for a Phone order. The Receipt step indicates that the user has actually received the phone.

The following are the valid options:

Receiving

Shipping

Assignment

OrderOwner (the user who initiates the order)

None (step is skipped)

Data None

Enabled true (n/a)

PhoneReservationTimeout

Specifies the period (in days) that a phone remains reserved in the system. If disabled, then the phone is reserved indefinitely.

Data  10

Enabled true  (n/a)

PhoneShippingDoneBy

Specifies the user who is responsible for completing the Shipping step of the workflow for a Phone order. The following are the valid options:

Receiving

Shipping

Assignment

OrderOwner (the user who initiates the order)

None (step is skipped)

Data  None

Enabled  true (n/a)

PseudoUserID

Used to construct the NewUserID field in the exported data file generated by the Export Phones without the Associated Users feature. The following keywords are supported:

DIRECTORYNUMBER—Replaced with the value of Directory Number-Route Partition for the first line of the phone.

MACADDRESS—Replaced with the MAC address or device name (for soft phone).

RANDOMNUMBER—Replaced with an automatically generated six-digit, random number.

If this rule is disabled, you cannot use Export Phones without Associated Users feature.

Data  pseudo-DIRECTORYNUMBER

Enabled  true (n/a)

PurgeUponUmRemoval

If enabled, a user's email and voicemail are purged from the system when their Cisco Unity account is removed.


Note You enable or disable this rule by specifying true or false in the Data field.


Data  false

Enabled  true (n/a)

TakePrimaryUserInfoFromUMProcessor

If enabled, user and subscriber information is updated from the associated Unified Message Processor account; otherwise it is updated from the Call Processor. When the rule is enabled, you can also specify the Unified Message Processor ID, which takes precedence if a user has accounts on multiple Unified Message Processors. This value can also be left blank to indicate no preference.

Data  <blank>

Enabled  false

Using Business Rules

When you configure Provisioning Manager, it is critical that you plan how you will use your business rules. This section provides details on the business rules that you must consider depending on how you want the Provisioning Manager components to work. At a minimum, you must consider the following rules:

AssociateAllUsersInCallProcessor

CreateSelfCareAccounts

EmailSender

IsAuthorizationRequiredForAddOrder

IsAuthorizationRequiredForCancelOrder

IsAuthorizationRequiredForChangeOrder

MailHost

OrderProvisionedEmailTemplate

OrderRejectedEmailTemplate

PhoneAssignmentDoneBy

PhoneReceiptDoneBy

PhoneShippingDoneBy

Configuring User Access

When a user cancels a line, do you want to automatically reserve that number for the specific user?

DNAutoReservation—Toggles the reservation

DNReservationTimeout—How long to reserve the numbers

Do you want users to have self-care accounts?

CreateSelfCareAccounts

DefaultCUPMPassword

What user type should new users get by default?

DefaultUserType

Do you want the users of a specific Domain to manage phone inventory?

DomainPhoneManagement

PhoneReservationTimeout

Do you want users to manage user types?

DomainUserTypeConfiguration

Configuring Domain Synchronization

During synchronization, which Domain should Provisioning Manager put Cisco Unified Communications Manager users in?

AssociateUsersByDeptCode

During a Domain synchronization, do you want all of the subscriber accounts in all of the Call Processors in the Domain assigned to the Domain being synchronized?

AssociateAllUsersInCallProcessor

During synchronization, do you want all the subscriber accounts in a given Unified Message Processor assigned to a Domain?

AssociateAllUsersInUMProcessor


Note For more information on business rules for Domain synchronization, see Business Rules for Domain Synchronization, page 5-35.


Configuring Products

What name do you want the CTI ports to have in Cisco Unified Communications Manager?

AssignSoftPhoneName—See rule for default value

Do you need to reserve directory numbers?

DNReservationTimeout

Do you need to track whether phones have been returned after having been canceled?

MonitorPhoneReturnEnabled

Configuring Orders

What are the default passwords you want to use for Cisco Unity or Cisco Unified Communications Manager accounts?

DefaultCallManagerPassword

DefaultCallManagerPIN

DefaultUnitySubscriberPassword

Do you want emails sent when an order is rejected or completed? You have the option of not sending any emails.


Note You must enable both EmailSender and MailHost for email features to work in Provisioning Manager.


EmailSender

MailHost

OrderProvisionedEmailTemplate

OrderRejectedEmailTemplate

Is authorization required for any type of order?

IsAuthorizationRequiredForAddOrder

IsAuthorizationRequiredForCancelOrder

IsAuthorizationRequiredForChangeOrder

How do you handle phone assignment, shipping, and receiving?

PhoneAssignmentDoneBy

PhoneReceiptDoneBy

PhoneShippingDoneBy

When a voicemail and/or email account is canceled, should messages in the canceled voicemail and/or email accounts be removed as well?

PurgeUponUmRemoval

Configuring Business Rules

When you change business rules, you must first select the Domain. You can change the values for the rules and whether they are enabled. You cannot change the rule names or descriptions.

All business rules have the following properties. You can modify the Data and Enabled fields.

Property
Description

Rule Name

Name of the rule

Description

Detailed description of the rule

Data

Value to be specified for the rule

Enabled

Specifies if the rule is applied. Valid values are true or false.



Note You must carefully review the documentation for each business rule to ensure that you set the Data and Enabled properties appropriately.



Caution Provisioning Manager does not have a default reset capability for business rules. If you change a business rule's settings and later want to return to the default settings, you will have to manually change the settings.

The following procedure uses the AssignSoftPhoneName rule as an example of how to change rule properties.


Step 1 Select Advanced Setup > Policies > Rules. The Rule Configuration page appears.

Step 2 Select the Domain that you want to change the rule for. The Select Rule list appears.

Step 3 Select the rule. The rule information is displayed.

Step 4 Click the Edit icon (). The Data and Enabled fields become active.

Step 5 Make the required changes.

Step 6 Click Save. The changes are added to the AssignSoftPhoneName rule.


Configuring Business Rules for Domain Synchronization

You configure Domain synchronization business rules much in the same way that you configure all other business rules, but all the Domain synchronization rules are located together on a single page (Configure Domain Sync Rules page).


Tip A description of each business rule appears when you place your curser over the information icon () next to the rule.



Step 1 Select Advanced Setup > Policies > Rules.

The Rule Configuration page appears.

Step 2 Select the Domain that you want to change the rule for.

Step 3 Click Configure Domain Sync Rules.

The Configure Domain Sync Rules page appears. All Domain synchronization rules appear on this page.


Tip You can also access this page from the Synchronize Domain page.


Step 4 Make the required changes.


Note You must select one of the Call Processor synchronization rules. If you select AssociateUsersByOtherAttributes, you must select at least one of the rules that are listed under AssociateUsersByOtherAttributes. For more information on setting Domain synchronization Business Rules for Domain Synchronization, page 5-35


Step 5 Click Update.


Configuring Provisioning Attributes

Provisioning Manager enables you to configure product attribute settings using provisioning attributes. Provisioning attributes are configuration settings that are applied to a product during activation. You can assign and configure provisioning attributes throughout different levels within Provisioning Manager. At order time, Provisioning Manager takes into account the configured provisioning attribute assignments in addition to the Service Area settings to determine the final product configuration to be provisioned.

Provisioning attributes are assigned at the following levels in the following order (this is the default setting):

Service Area

Subscriber type

Domain

You can change the order in which provisioning attributes are assigned (see Changing the Precedence for Provisioning Attributes).

You must have administration privileges to configure the content of the provisioning attributes (see Managing Authorization Roles, page 2-6).


Tip You can view the provisioning attributes for a product by clicking the View button under the desired product in the Subscriber Record (see Accessing a Subscriber Record, page 3-2). The View button only allows you to view the provisioning attributes, you cannot configure them through the View Product from Subscriber Record page.


Table 6-1 describes all possible provisioning attributes. Not all attributes are applicable for all phone types or for all Cisco Unified Communications Manager versions. Depending on your Provisioning Manager setup, all attributes may not be available to you.

Table 6-2 describes at which level (Domain, subscriber type, or Service Area) each provisioning attribute can be assigned.


Step 1 Select Advanced Setup > Policies > Provisioning Attributes.

The Provisioning Attributes Management page appears.

Step 2 Do one of the following:

Click Domain; then, from the search page that appears, select the Domain for which you want to configure the provisioning attributes.

Click Service Area; then, from the search page that appears, select the Service Area for which you want to configure the provisioning attributes.

Choose a subscriber role:

a. From the Subscriber Role list, choose the Domain or Domain template where the subscriber exists.

b. Click Choose Subscriber Role. The Choose a Subscriber Role dialog box appears.

c. In the search page that appears, select the desired subscriber role.

A Provisioning Attribute Management page appears. The specific page that appears depends on which option you chose. Table 6-1 list all possible provisioning attributes. Depending on your Provisioning Manager setup, and the version of your Call Processor or Unified Message Processors, all attributes may not be available to you. Table 6-3 and Table 6-4 list which attributes are available for each version of the Call Processors and Unified Message Processors, respectively.


Note The Provisioning Attribute Management page for each object (Domain, Service Area, and subscriber role), also can be accessed when configuring the respective object. For more information, see the following:

Editing Provisioning Attributes for a Subscriber Role Type, page 2-11

Editing a Domain's Provisioning Attributes, page 5-38

Editing a Service Area's Provisioning Attributes, page 5-49


Step 3 Click the plus sign next to the attribute headings that contain the provisioning attributes that you want to configure. The attributes are displayed.

Step 4 Do one of the following:

If you want to change the attribute settings, click the Edit icon () and make the appropriate changes.

If you want to delete the attribute, click the Delete icon ().

Step 5 When finished, click Done.


Table 6-1 Provisioning Attribute Descriptions 

Attribute
Description

AAR Calling Search Space

Automated alternate routing (AAR) calling search space.

AAR Destination Mask

Set Automated Alternate Routing (AAR) Destination Mask to the directory number.

AAR Group

Automated alternate routing (AAR) group.

AAR Keep Call History

Set the Automated Alternate Routing (AAR) Keep Call History to the directory number will retain the destination in the call forwarding history.

Alerting Name

The name to be displayed when a call is made from the line.

When configuring this provisioning attribute, you can use the ${FIRSTNAME}, ${LASTNAME}, ${EXTENSION}, and ${USERID} keywords. The keywords are replaced with the user's first name, last name, extension, or user ID, respectively.

Alternate Voicemail Extensions

One or more alternate extensions for the voicemail account.

Note This provisioning attribute can only be configured through the Advanced Order Options button when placing a Voicemail order (see Ordering Products and Services, page 3-4).

ASCII Alerting Name

The name to be displayed when a call is made from the line. Input can only be ASCII characters.

When configuring this provisioning attribute, you can use the ${FIRSTNAME}, ${LASTNAME}, ${EXTENSION}, and ${USERID} keywords. The keywords are replaced with the user's first name, last name, extension, or user ID, respectively.

ASCII Display (Internal Caller ID)

What is displayed for an internal caller's ID. If this field is left empty, the extension number is displayed. Input can only be ASCII characters.

When configuring this provisioning attribute, you can use the ${FIRSTNAME}, ${LASTNAME}, ${EXTENSION}, and ${USERID} keywords. The keywords are replaced with the user's first name, last name, extension, or user ID, respectively.

ASCII Line Text Label

Text that identifies this directory number for a line/phone combination. Input can only be ASCII characters. When configuring this provisioning attribute, you can use the ${FIRSTNAME}, ${LASTNAME}, ${EXTENSION}, and ${USERID} keywords. The keywords are replaced with the user's first name, last name, extension, or user ID, respectively.

Also, in this field you can enter a template to manipulate the digits for the directory number displayed on the phone.

The template allows you to delete, insert, reorder, or change any digits of the directory number by embedding transformation masks inside the text string.

To understand how to set up the transformation template, see Configuring a Transformation Template for Provisioning Attributes.

Note If you are entering standard text (not a template), this field is limited to 30 characters. If you are entering a template, the limit is 60 characters.

Audio Profile

Configures audio settings such as noise suppression and echo cancellation.

Authentication Server URL

The URL that the phone uses to validate requests that are made to the phone web server.

Auto Answer

Set auto-answer options.

Auto Line Select

Enable automatic line selection.

Busy Lampfield Info

Used to monitor the real-time status of a directory number or a SIP URI on the device. This is a part of the Cisco Unified Presence feature in Cisco Unified Communications Manager.

The configuration fields for this attribute are described in the following list:

Index—Enter a number (between 1 to 199).

Destination—Do one of the following tasks to configure a SIP URI or a directory number as a Busy Lampfield:

For SIP phones, enter the SIP URI.

For SIP or SCCP phones, enter a directory number, using only numbers, asterisks (*), or pound (#) signs; or use the Directory Number drop-down list to choose a number.

If you want to configure non-Cisco Unified Communications Manager directory numbers as Busy Lampfield, enter the directory number.

If you configure the Destination field, do not choose an option from the Directory Number drop-down list.

Directory Number/Route Partition—Displays a list of directory numbers that exist in the Cisco Unified Communications Manager database. Configure this setting only if you did not configure the Destination field.

For SCCP or SIP phones, choose the number that you want the system to dial when the speed-dial button is used.

Label—Enter the text that you want displayed. This field supports internationalization. If your phone does not support internationalization, Provisioning Manager uses the text entered in the Label ASCII field.

Label ASCII—Enter the text that you want displayed for the Busy Lamp field. The Label ASCII field represents the noninternationalized version of the text that you enter in the Label field.

Note The Label ASCII field is supported for Cisco Unified Communications Manager 6.1.3 and later.

Call Pickup—To associate the Busy Lampfield button on a Cisco Unified IP Phone to a directory number. This allows Cisco Unified Communications Manager to notify a phone user when a call is waiting to be picked up from the directory number. The directory number represents the Busy Lampfield directory number, and the phone that picks up the call to the Busy Lampfield directory number represents the Busy Lampfield call pickup initiator

Busy Trigger

The maximum number of calls to be presented at the line before incurring a busy signal or being sent to call forwarding.

Built in Bridge

Enable or disable the built-in conference bridge for the barge feature.

Call Pickup Group

Directory number that allows users to pick up incoming calls within their own group.

Calling Party Transformation CSS

Select the calling search space for calling party transformations.

Calling Search Space

Specifies the partitions that devices can search when attempting to complete a call.

CIP Profile

Configures the Cisco Unified Communicaitons Manager CIP web service hostname that the Unified Presence Client can use for accessing phone services, authentication, and localization.

Cisco Camera

Indicates whether or not the camera functionality is enabled, provided the camera is connected to the phone.

CME Line Configuration Template

Free-form text field to input Cisco IOS commands that are executed in Line configuration mode on the Cisco Unified Communications Manager Express.

Note All CLI commands entered must be syntactically correct. Commands that change the line configuration mode (for example, exit) should not be used.

Note Do not use Line configuration commands (for example, number or description) in this template. They will overwrite the configuration done by Provisioning Manager when provisioning the line product.

CME Phone Configuration Template

Free-form text field to input Cisco IOS commands that are executed in Phone configuration mode on the Cisco Unified Communications Manager Express.

Note All CLI commands entered must be syntactically correct. Commands that change the line configuration mode (for example, exit) should not be used.

Note Do not use Phone configuration commands (for example, mac-address, description, button, type, or username) in this template. They will overwrite the configuration done by Provisioning Manager when provisioning the Phone product.

Common Device Configuration

Configuration of common device settings, such as the Softkey Template and user locale.

Note This attribute is not available when using the Edit Provisioning Attributes link (see Editing a Service Area's Provisioning Attributes, page 5-49) or through the Provisioning Attribute Management page. You can only update it in the Update Service Area page (see Configuring Service Areas, page 5-46).

Conferencing Profile

Configures the settings that are related to Cisco MeetingPlace, including primary servers, standby servers, and the users associated with the profile.

CTI Gateway Profile

Configures the settings related to the CTI gateway, including primary servers, standby servers, and the users associated with the profile.

CUE User Configuration Template

Free-form text field to input CLI commands for the EXEC and configuration modes for Cisco Unity Express. Include the appropriate CLI commands to enter and exit the configuration mode.

CUE Voicemail Configuration Template

Free-form text field to input CLI commands for the mailbox configuration mode for Cisco Unity Express.

Description

Description to identify the purpose of the device.

Device Pool

Device pool to be used by the device.

Device Security Mode

The security mode (authentication or encryption) to be used between the device and the Cisco Unified Communications Manager.

Directory URL

URL of the server from which the phone obtains directory information.

Disable Speakerphone

Disable device speakerphone.

Disable Speakerphone And Headset

Disable device speakerphone and headset.

Display (Internal Caller ID)

What is displayed for an internal caller's ID. If this field is left empty, the extension number is displayed.

Digest User

End user who will be associated with the digest authentication (SIP security) setting. It supports SIP Phone types only.

DND Option

Specifies how the Do Not Disturb feature handles incoming calls. The valid value supported in Cisco Unified Communications Manager 6.0.x is Ringer Off; 7.0.x supports Ringer Off, Call Reject, and Use Common Phone Profile Setting.

Do Not Disturb

Enable Do Not Disturb on the phone. Valid values are True and False.

Enable Mobile Voice Access

Enable mobile voice access for the subscriber on the currently selected Call Processor.

Enable Mobility

Enable mobility feature for the subscriber on the currently selected Call Processor.

Enable ResyncMWI

Enable resynchronize MWI with the integrated Cisco Unified Communications Manager for the subscribers added.

Forward All

Forward all calls.

Forward All - Calling Search Space1

Call-forward all call search space.

Forward Busy External

Forwards the calls when the line is in use and the busy trigger setting is reached. This is for external calls.

Forward Busy Internal

Forwards the calls when the line is in use and the busy trigger setting is reached. This is for internal calls.

Forwarded Call Information - Caller Name

Causes the caller name to display upon call forward.

Forwarded Call Information - Dialed Number

Causes the number that was redirected to display upon call forward.

Forwarded Call Information - Redirected Number

Causes the original dialed number to display upon call forward.

Forward No Answer External

Forwards the call when the phone is not answered and it reaches the configured no-answer ring duration, or when the destination is unregistered. This is for external calls.

Forward No Answer Internal

Forwards the call when the phone is not answered and it reaches the configured no answer ring duration, or when the destination is unregistered. This is for internal calls.

Forward No Coverage External

Forwards the call when it either exhausts or times out, and the associated hunt-pilot for coverage specifies Use Personal Preferences for its final forwarding. This is for external calls.

Forward No Coverage Internal

Forwards the call when it either exhausts or times out, and the associated hunt-pilot for coverage specifies Use Personal Preferences for its final forwarding. This is for internal calls.

Forward Unregistered External

Reroutes calls placed to a temporarily unregistered destination. This is for external calls.

Forward Unregistered Internal

Reroutes calls placed to a temporarily unregistered destination. This is for internal calls.

Forwarding Delay

Indicates whether the internal switch begins forwarding packets between the PC port and the switch port on the phone when the phone becomes active.

Gratuitous ARP

Disables the acceptance of Gratuitous ARP packets, which devices use to announce the presence of the device on the network.

Idle Timer

Amount of time, in seconds, that elapses before the URL specified in the Idle URL option appears.

Idle URL

The URL that the phone displays when the phone has not been used for the time specified in the Idle URL timer.

Ignore Presentation Indicators

Used to configure call display restrictions on a call-by-call basis. Valid values are True and False.

Information URL

The URL of the help text that appears on the phone.

LDAP Profile

Configures the LDAP's directory information, search context information, server information, and the users associated with the profile.

Legacy Mailbox

The number used to identify a Cisco Unity subscriber on a node in an Octel analog network.

Also, in this field you can enter a template to manipulate the digits for the number displayed.

The template allows you to delete, insert, reorder, or change any digits of the directory number by embedding transformation masks inside the text string.

To understand how to set up the transformation template, see Configuring a Transformation Template for Provisioning Attributes.

Line Groups

Used to designate the order in which directory numbers are chosen. Cisco Unified Communications Manager distributes an incoming call to idle or available members of a line group.

Line Text Label

Use this field only if you do not want the directory number to appear for the line. Enter text that identifies this directory number for a line/phone combination. When configuring this provisioning attribute, you can use the ${FIRSTNAME}, ${LASTNAME}, ${EXTENSION}, and ${USERID} keywords. The keywords are replaced with the user's first name, last name, extension, or user ID, respectively.

Also, in this field you can enter a template to manipulate the digits for the directory number displayed on the phone. The template allows you to delete, insert, reorder, or change any digits of the directory number by embedding transformation masks inside the text string.

To understand how to set up the transformation template, see Configuring a Transformation Template for Provisioning Attributes.

Note If you are entering standard text (not a template), this field is limited to 30 characters. If you are entering a template, the limit is 60 characters.

Location

Location to use. Specifies the total bandwidth that is available for calls to and from this location.

Max Desk Pickup Wait Time

Maximum desk pickup wait time.

Maximum Number of Calls

Determines the maximum number of calls to be presented at the line.

Media Resource Group List

Media Resource Group List to use, otherwise the phone defaults to the phone specified in the device pool. A Media Resource Group List comprises a prioritized grouping of media resource groups. An application chooses the required media resource, such as a Music On Hold server, from the available media resources according to the priority order that is defined in a Media Resource Group List.

Message Lamp Waiting Policy

Configures the handset lamp illumination policy.

Messages

Configures the messages URL.

MLPP Calling Search Space

The calling search space to associate with the alternate party target (destination) number.

MLPP Domain

Multilevel Precedence and Preemption (MLPP) Domain that is associated with this device.

MLPP Indication

Specifies whether a device that is capable of playing precedence tones will use the capability when it places an MLPP precedence call.

This provisioning attribute cannot be unset on some Cisco IP Phones and if the phones are SIP phones, you cannot change the setting for this attribute.

Following are the impacted Cisco IP Phones: 7905, 7906, 7911, 7912, 7940, 7941, 7941 G-GE, 7942, 7945, 7960, 7961, 7961 G-GE, 7962, 7965, 7970, 7971, and 7975.

Note When ordering Extension Mobility Access, you cannot unset this provisioning attribute for any phone button templates.

MLPP No Answer Ring Duration

Alternate-party no-answer ring duration.

MLPP Preemption

Specifies whether devices in the device pool that are capable of preempting calls in progress will use the capability when the devices place an MLPP precedence call.

This provisioning attribute cannot be unset on some Cisco IP Phones and if the phones are SIP phones, you cannot change the setting for this attribute.

Following are the impacted Cisco IP Phones: 7905, 7906, 7911, 7912, 7940, 7941, 7941 G-GE, 7942, 7945, 7960, 7961, 7961 G-GE, 7962, 7965, 7970, 7971, and 7975.

Note When ordering Extension Mobility Access, you cannot unset this provisioning attribute for any phone button templates.

MLPP Target

Alternate-party no-answer target.

Mobility User ID

Determines the User ID of the assigned user for the Nokia S60 or iPhone.

Module 1

Expansion module to use with the device.

Note When adding or changing a phone, you must select a supported expansion module (a module that is supported by the phone). If you select an unsupported expansion module, the order will fail.

Module 1 Load Name

Expansion module 1 load name.

Module 2

Expansion module to use with the device.

Note When adding or changing a phone, you must select a supported expansion module (a module that is supported by the phone). If you select an unsupported expansion module, the order will fail.

Module 3

Expansion module to use with the device.

Note When adding or changing a phone, you must select a supported expansion module (a module that is supported by the phone). If you select an unsupported expansion module, the order will fail.

Module 2 Load Name

Expansion module 2 load name.

Module 3 Load Name

Expansion module 3 load name.

Network Hold Audio Source

The audio source that plays when the network initiates a hold action.

Network Locale

Network location associated with the phone user. The network location identifies a set of detailed information that supports the phone in a specific location, including definitions of the tones and cadences used by the phone.

Owner User ID

Determines the user ID of the assigned user for the phone. The user ID is recorded in the Call Detail Record for all calls made from the phone. This attribute can be used for directory search to support Directory URL.

When configuring this provisioning attribute, you can use the ${USERID} keyword. The keyword is replaced with the user's ID.

PC Port

Indicates whether the PC port on the phone is enabled or disabled.

PC Voice VLAN Access

Indicates whether the phone allows a device attached to the PC port to access the voice VLAN. Setting this option to No (disabled) prevents the attached PC from sending and receiving data on the voice VLAN.

Phone Load Name

The custom software for the Cisco IP Phone. Value overrides the default value for the current model.

Port Ranges for IP Communicator

Port ranges for IP Communicator.

Privacy

Enables or disables the capability of users with phones that share the same line to view call status and to interrupt the call.

Primary Device

Enables you to configure the Cisco Unified Mobile Communicator in the Phone Configuration window if Cisco Unified Mobile Communicator is the secondary device.

Proxy Server URL

URL used to proxy HTTP requests for access to nonlocal host addresses from the phone HTTP client.

Remote Destination Limit

Maximal number of remote destinations for the subscriber on the currently selected Call Processor.

Remote Node ID

The serial number of the node in an Octel analog network with which the Cisco Unity subscriber is associated.

Rerouting Calling Search Space

The calling search space to use for rerouting. A sample value is CSSName.

Retry Video Call As Audio

Applies only to video endpoints that receive a call. If this phone receives a call that does not connect as video, the call tries to connect as an audio call.

Ring Setting (Phone Active)

The ring setting that is used when a phone has another active call on a different line.

Ring Setting (Phone Idle)

The ring setting that is used when a phone has another active call on a different line.

Route Partition

The partition to which the directory number belongs.

Note This attribute is not available when using the Edit Provisioning Attributes link (see Editing a Service Area's Provisioning Attributes, page 5-49) or through the Provisioning Attribute Management page. You can only update it in the Update Service Area page (see Configuring Service Areas, page 5-46).

Security Profile

The security profile that is used by the phone.

Services URL

URL for Cisco IP Phone Services.

Set-only Attributes

List of provisioning attributes that can only be set. You can provision their settings, but they are not stored once they are set, and they are not retrieved from the Call Processor during a synchronization.

You must enter the provisioning attribute information in the text field correctly. Provisioning Manager does not validate what is entered in the fields. If an incorrect value is entered, the order may fail.

Note When placing a change order, you will not see the existing values set on the device; the values will be empty. If you do not enter a value, the preexisting value is saved on the device. If a value is entered, the new value is set on the device. Also, if a keyword (for example, CUPM_BLANK) is entered, an empty value is set on the device.

Note Do not use the setting CUPM_BLANK when configuring the following set-only attributes: Presence Group, Device Mobility Mode, or SIP Profile. These are mandatory attributes for Cisco Unified Communications Manager.

Available set-only attributes:

Allow Control of Device from CTI—Allows CTI to control and monitor the device when it is set to true. Valid values are True and False.

Audible Message Waiting Indicator Policy—Valid values are Off, On, and Default.

BLF Directed Call Park—Allows a user to transfer a call to an available user-selected, directed call park number.

When setting or unsetting the set-only provisioning attribute BLF Directed Call Park, use the following guidelines:

When setting, use the format:

index1:DN1:partition1:label1:labelascii1; index2:DN2:partition2:label2:labelascii2

Index is the position of the Directed Call Park (for example:1,2,3, and so on). DN is the directory number. Label is the BLF Directed Call Park name. LabelASCII is the BLF Directed Call Park name in ASCII characters. This is repeated for each BLF Directed Call Park, semicolon delimited.

Set-only Attributes (continued)

When unsetting, the index must be listed followed by empty values (for example, 1::::;).

When unsetting one BLF Directed Call Park index that is part of a set of BLF Directed Call Park indexes, you must list the old values that you want retained and enter empty values for the index you want unset. The information must be listed in order.

For example, to unset index 3 in the following:

1:10:RP_T341:XXX:XXXASCII; 2:100:BATS-PT-NYC-PHONE:YYY:YYYASCII;3:200:BATS-PT-NYC-PHONE:ZZZ:ZZZASCII;

You must enter the following:

1:10:RP_T341:XXX:XXXASCII;2:100:BATS-PT-NYC-PHONE:YYY:YYYASCII;3: : : : ;"

Call Pickup Group Audio Alert Setting (Phone Active)—Determines the type of notification an incoming call sends to members of a call pickup group. Valid values are Beep Only, Use System Default, and Disable.

Call Pickup Group Audio Alert Setting (Phone Idle)—Determines the type of notification an incoming call sends to members of a call pickup group. Valid values are Ring Once, Use System Default, and Disable.

Calling Search Space Activation Policy—Valid values are Use System Default, With Configured CSS, and With Activating Device/Line CSS.

Description—Description of the directory number and route partition. The description can include up to 50 characters, but it cannot include double quotes ("), percentage sign (%), ampersand (&), or angle brackets (<>).

Device Mobility Mode—Dynamically changes location settings, such as calling search space, region, date/time group, and SRST reference for roaming devices. Valid values are On, Off, and Default.

DND Incoming Call Alert—Specifies how a call displays on a phone. Valid values are Beep Only, Disable, and Flash Only.

Set-only Attributes (continued)

Logged into Hunt Group—Indicates that the phone is currently logged into a hunt list (group). Valid values are Off, On, and Default.

Media Termination Point Required—Required for SIP phone calls. Valid values are True and False.

Monitoring Calling Search Space—The monitoring calling search space of the supervisor line appearance must include the agent line or device partition to allow monitoring of the agent. A sample value is MonitoringCSSName.

MTP Preferred Originating Codec—Choose a codec to use if a media termination point is required for SIP calls. Valid values are 711ulaw, 711alaw, G729/G729a, and G729b/G729ab.

Presence Group—The group which specifies the end users and application users that can monitor this directory number. A sample value is Standard Presence Group.

Primary Phone—The physical phone that is associated with the application. This attribute is available only for Cisco IP Communicator and Cisco Unified Personal Communicator. Sample values are SEP125555341144 and BAT205E2C5FE000.

Recording Option—Determines the recording option on the line appearance of an agent. The default setting is Call Recording Disabled. Valid values are Call Recording Disabled and Automatic Call.

Recording Profile—Determines the recording profile on the line appearance of an agent. The default setting is None. A sample value is RecordingProfileName.

Secondary Calling Search Space for Forward All—Used for forwarding the call. A sample value is CSSName.

Services—Cisco Unified IP Phone services. All services must be configured on Cisco Unified Communications Manager first. A sample value is ServiceName1!ServiceURL1;ServiceName2!ServiceURL2.

To unset Services, you must enter the keyword CUPM_BLANK.

Set-only Attributes (continued)

SURL—Assigns a button to a service which exists on a device and is configured by Provisioning Manager rules. A sample value is buttonindex1:servicename1:label1:labelascii1;buttonindex2:servicename2:label2.

To configure SURL, the Services Set-only Provisioning Attribute must be set.

To unset SURL, you must enter the Index followed by empty values (for example, 1:::;2:::;).

SIP Dial Rules—Provides local dial plans for Cisco Unified IP Phones, so users do not have to press a key or wait for a timer before the call is processed. If you do not want dial rules applied to SIP phones, leave the SIP Dial Rules field set to None.

SIP Profile—Contains the set of SIP attributes that are associated with SIP trunks and SIP endpoints. These attributes can be set only for SIP phone types. Also, you must select a Service Area with the SIP protocol. A sample value is Standard SIP Profile.

Subscribe Calling Search Space—Determines how Cisco Unified Communications Manager routes presence requests from the device, server, or application that connects to the SIP trunk. A sample value is CSSName.

Use Trusted Relay Point—Enables Cisco Unified Communications Manager to insert a Trusted Relay Point (TRP) device with this media endpoint. A TRP device designates an MTP or transcoder device that is labeled as a TRP. Valid values are Off, On, and Default.

Settings Access

Device settings access.

Softkey Template

Softkey Template that determines the configuration of the softkeys on Cisco IP Phones.

Speed Dial Info

Speed dial settings on the device.

Subscriber CoS without TTS enabled

Class of Service Template used when disabling Unified Messaging on subscriber account in the Unified Message Processor.

Subscriber CoS with TTS Enabled

Class of Service Template used when enabling Unified Messaging on a subscriber account in the Unified Message Processor.

Subscriber Template without TTS Enabled

Subscriber Template used when disabling Unified Messaging on a subscriber account in the Unified Message Processor.

Subscriber Template with TTS Enabled

Subscriber Template used when enabling Unified Messaging on a subscriber account in the Unified Message Processor.

Use Device Pool Calling Party Transformation CSS

Choose this to use the Calling Party Transformation CSS configured in the device pool, which is assigned to the device.

User Hold Audio Source

The audio source that plays when a user initiates a hold action.

User Locale

User location associated with the phone user. The user locale identifies a set of detailed information to support users, including language, font, date and time formatting, and alphanumeric keyboard text information.

Video Capabilities

Indicates whether the phone can participate in video calls when connected to an appropriately equipped PC.

Voicemail Profile

Configure the settings related to Cisco Unity/Unity Connection, including primary servers, standby servers, and the users associated with the profile.

Web Access

Indicates whether the phone's internal web server is enabled (Yes) or disabled (No). When disabled, you cannot access a phone's web pages.

1 This attribute is not available when using the Edit Provisioning Attributes link (see Editing a Service Area's Provisioning Attributes, page 5-49) or through the Provisioning Attribute Management page. You can use the Update Default Settings button on the Service Area Configuration page (see Configuring Service Areas, page 5-46) to configure the attribute, or you can use the Advanced Order Options button when placing an order (see Ordering Products and Services, page 3-4).


Table 6-2 Provisioning Attribute Assignment Levels 

Products
Provisioning Attributes
Domain
User Type
Service Area

Client User Settings

Audio Profile

   

x

CIP Profile

   

x

CTI Gateway Profile

   

x

Conferencing Profile

   

x

LDAP Profile

   

x

Voicemail Profile

   

x

Enable Mobility Support

Enable Mobile Voice Access

x

x

x

Enable Mobility

x

x

x

Max Desk Pickup Wait Time

x

x

x

Remote Destination Limit

x

x

x

Extension Mobility Access

DND Option

x

x

x

Do Not Disturb

x

x

x

Ignore Presentation Indicators

x

x

x

MLPP Domain

x

x

x

MLPP Indication

x

x

x

MLPP Preemption

x

x

x

Module 1

x

x

x

Module 2

x

x

x

Privacy

x

x

x

Set-only Attributes:

BLF Directed Call Park

DND Incoming Call Alert

Services

SURL

x

x

x

Softkey Template

   

x

Speed Dial Info

x

x

x

User Hold Audio Source

   

x

User Locale

x

x

x

Extension Mobility Line

AAR Destination Mask

x

x

x

AAR Group

   

x

AAR Keep Call History

x

x

x

Alerting Name

x

x

x

ASCII Alerting Name

x

x

x

ASCII Display (Internal Caller ID)

x

x

x

ASCII Line Text Label

x

x

x

Auto Answer

x

x

x

Busy Trigger

x

x

x

Call Pickup Group

   

x

Calling Search Space

x

x

x

Display (Internal Caller ID)

x

x

x

External Phone Number Mask

x

x

 

Forward All

   

x

Forward Busy External

   

x

Forward Busy Internal

   

x

Forwarded Call Information - Caller Name

   

x

Forwarded Call Information - Caller Number

   

x

Forwarded Call Information - Dialed Number

   

x

Forwarded Call Information - Redirected Number

   

x

Forward No Answer External

   

x

Forward No Answer Internal

   

x

Forward No Coverage External

   

x

Forward No Coverage Internal

   

x

Forward Unregistered External

   

x

Forward Unregistered Internal

   

x

Line Groups

   

x

Line Text Label

x

x

x

Maximum Number of Calls

x

x

x

Message Waiting Policy

x

x

x

MLPP Calling Search Space

   

x

MLPP No Answer Ring Duration

x

x

x

Extension Mobility Line (continued)

MLPP Target

x

x

x

Network Hold Audio Source

   

x

No Answer Ring Duration

x

x

x

Ring Setting (Phone Active)

   

x

Ring Setting (Phone Idle)

   

x

User Hold Audio Source

   

x

Voicemail Profile

   

x

Network Locale

x

x

x

Settings Access

x

x

x

Set-only Attributes:

Audible Message Waiting Indicator Policy

Call Pickup Group Audio Alert Setting (Phone Active)

Call Pickup Group Audio Alert Setting (Phone Idle)

Calling Search Space Activation Policy

Description

Monitoring Calling Search Space

Presence Group

Recording Option

Recording Profile

Secondary Calling Search Space for Forward All

x

x

x

User Hold Audio Source

   

x

Line

AAR Destination Mask

x

x

x

AAR Group

   

x

AAR Keep Call History

x

x

x

Alerting Name

x

x

x

ASCII Alerting Name

x

x

x

ASCII Display (Internal Caller ID)

x

x

x

ASCII Line Text Label

x

x

x

Auto Answer

x

x

x

Busy Trigger

x

x

x

Call Pickup Group

   

x

Calling Search Space

x

x

x

CME Line Configuration Template

x

 

x

Display (Internal Caller ID)

x

x

x

External Phone Number Mask

x

x

 

Forward All

   

x

Forward Busy External

   

x

Forward Busy Internal

   

x

Forwarded Call Information - Caller Name

   

x

Forwarded Call Information - Caller Number

   

x

Forwarded Call Information - Dialed Number

   

x

Forwarded Call Information - Redirected Number

   

x

Forward No Answer External

   

x

Forward No Answer Internal

   

x

Forward No Coverage External

   

x

Forward No Coverage Internal

   

x

Forward Unregistered External

   

x

Forward Unregistered Internal

   

x

Line Groups

   

x

Line Text Label

x

x

x

Maximum Number of Calls

x

x

x

Message Waiting Policy

x

x

x

MLPP Calling Search Space

   

x

MLPP No Answer Ring Duration

x

x

x

MLPP Target

x

x

x

Network Hold Audio Source

   

x

No Answer Ring Duration

x

x

x

Line (continued)

Ring Setting (Phone Active)

   

x

Ring Setting (Phone Idle)

   

x

Route Partition

   

x

Set-only Attributes:

Audible Message Waiting Indicator Policy

Call Pickup Group Audio Alert Setting (Phone Active)

Call Pickup Group Audio Alert Setting (Phone Idle)

Calling Search Space Activation Policy

Description

Monitoring Calling Search Space

Presence Group

Recording Option

Recording Profile

Secondary Calling Search Space for Forward All

x

x

x

User Hold Audio Source

   

x

Voicemail Profile

   

x

Route Partition

   

x

Phone

AAR Calling Search Space

   

x

Authentication Server URL

x

x

x

Auto Line Select

x

x

x

Built in Bridge

x

x

x

Busy Lampfield Info

   

x

Calling Search Space

x

x

x

Cisco Camera

x

x

 

CME Phone Configuration Template

x

 

x

Common Device Configuration

   

x

Device Description

   

x

Device Pool

   

x

Device Security Mode

   

x

Directory Server URL

x

x

x

Disable Speakerphone

x

x

x

Disable Speakerphone and Headset

   

x

DND Option

x

x

x

Do Not Disturb

x

x

x

Enable Extension Mobility Feature

x

x

x

Phone (continued)

Ignore Presentation Indicators

x

x

x

Module 1

x

x

x

Module 2

x

x

x

Module 3

x

x

 

Forwarding Delay

x

x

x

Rerouting Calling Search Space

   

x

Calling Party Transformation CSS

   

x

Gratuitous ARP

x

x

x

Idle URL

x

x

x

Idle Timer

x

x

x

Information URL

x

x

x

Location

   

x

Media Resource Group List

   

x

Messages

x

x

x

MLPP Domain

x

x

x

MLPP Indication

x

x

x

MLPP Preemption

x

x

x

Mobility User Id

x

x

x

Module 1 Load Name

x

x

x

Module 2 Load Name

x

x

x

Module 3 Load Name

x

x

 

Network Hold Audio Source

   

x

Network Locale

   

x

Owner User ID

x

x

x

PC Port

x

x

x

PC Voice VLAN Access

x

x

x

Phone Load Name

x

x

x

Port Ranges for IP Communicator

x

x

x

Privacy

x

x

x

Proxy Server URL

x

x

x

Retry Video Call as Audio

x

x

x

Security Profile

   

x

Services URL

x

x

x

Settings Access

x

x

x

Softkey Template

   

x

Speed Dial Info

x

x

x

Phone (continued)

Set-only Attributes:

Allow Control of Device from CTI

BLF Directed Call Park

Device Mobility Mode

DND Incoming Call Alert

Logged into Hunt Group

Media Termination Point Required

MTP Preferred Originating Codec

Presence Group

Primary Phone

Services

SIP Dial Rules

SIP Profile

Subscribe Calling Search Space

SURL

Use Trusted Relay Point

x

x

x

User Hold Audio Source

   

x

User Locale

x

x

x

Video Capabilities

x

x

x

Web Access

x

x

x

Remote Destination Profile

Calling Party Transformation CSS

   

x

Calling Search Space

     

Device Pool

     

DND Option

x

x

x

Do Not Disturb

x

x

x

Ignore Presentation Indicators

x

x

x

Network Hold Audio Source

   

x

Privacy

x

x

x

Rerouting Calling Search Space

   

x

Use Device Pool Calling Party Transformation CSS

x

x

x

User Hold Audio Source

   

x

User Locale

x

x

x

Remote Destination Profile Line

ASCII Display (Internal Caller ID)

x

x

x

Busy Trigger

x

x

x

Remote Destination Profile Line

(continued)

Caller Name

x

x

x

Caller Number

x

x

x

Description

x

x

x

Dialed Number

x

x

x

Display (Internal Caller ID)

External Phone Number Mask

x

x

x

Maximum Number of Calls

x

x

x

Redirected Number

x

x

x

Voice Mail

CUE User Configuration Template

x

x

x

CUE Voicemail Configuration Template

x

x

x

Alternate Voicemail Extensions1

Enable ResyncMWI

x

x

x

Legacy Mailbox

x

x

x

Remote Node ID

x

x

x

Unified Messaging

UM Disabling Class Of Service Template

   

x

UM Enabling Class Of Service Template

   

x

UM Disabling Subscriber Template

   

x

UM Enabling Subscriber Template

   

x

1 This attribute can only be configured through the Advanced Order Options button when placing an order (see Ordering Products and Services, page 3-4).


Table 6-3 Supported Call Processor Provisioning Attributes 

Products
Provisioning Attributes
Cisco Unified Communications Manager Express
Cisco Unified Communications Manager
4.1.x
4.2.x
4.3.x
5.1.x
6.0.x
6.1.x
7.0.x
7.1.x
8.0.x

Enable Mobility Support

Enable Mobile Voice Access

N

N

N

N

N

Y

Y

Y

Y

Y

Enable Mobility

N

N

N

N

N

Y

Y

Y

Y

Y

Max Desk Pickup Wait Time

N

N

N

N

N

Y

Y

Y

Y

Y

Remote Destination Limit

N

N

N

N

N

Y

Y

Y

Y

Y

Primary Device

N

N

N

N

N

Y

Y

Y

Y

Y

Extension Mobility Access

DND Option

N

N

N

N

N

Y

Y

Y

Y

Y

Do Not Disturb

N

N

N

N

N

Y

Y

Y

Y

Y

Ignore Presentation Indicators

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Module 1

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Extension Mobility Access

(continued)

Module 2

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Domain

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Indication

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Preemption

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Network Locale

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Privacy

N

N

N

N

Y

Y

Y

Y

Y

Y

Setting Access

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Set-only Attributes:

                   

BLF Directed Call Park

N

N

N

N

N

Y

Y

Y

Y

Y

DND Incoming Call Alert

N

N

N

N

N

Y

Y

Y

Y

Y

Services

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

SURL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Speed Dial Info

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Softkey Template

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

User Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

User Locale

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

AAR Destination Mask

N

N

Y

Y

N

Y

Y

Y

Y

Y

AAR Group

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

AAR Keep Call History

N

N

Y

Y

N

Y

Y

Y

Y

Y

Alerting Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

ASCII Alerting Name

N

N

N

N

N

Y

Y

Y

Y

Y

ASCII Display (Internal Caller ID)

N

N

N

N

Y

Y

Y

Y

Y

Y

Extension Mobility
Line

ASCII Line Text Label

N

N

N

N

N

N

Y

Y

Y

Y

Auto Answer

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Busy Trigger

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Call Pickup Group

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Calling Search Space

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Display (Internal Caller ID)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

External Phone Number Mask

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward All

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward Busy External

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Caller Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Caller Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Dialed Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Redirected Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward No Answer External

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Line Text Label

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Line Groups

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Maximum Number of Calls

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Message Waiting Policy

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Calling Search Space

N

N

N

N

Y

Y

Y

Y

Y

Y

MLPP No Answer Ring Duration

N

N

N

N

Y

Y

Y

Y

Y

Y

MLPP Target

N

N

N

N

Y

Y

Y

Y

Y

Y

Network Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

No Answer Ring Duration

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Privacy

N

N

N

N

Y

Y

Y

Y

Y

Y

Route Partition

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Ring Setting (Phone Active)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Ring Setting (Phone Idle)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Set-only Attributes:

                   

Audible Message Waiting Indicator Policy

N

N

N

N

N

Y

Y

Y

Y

Y

Extension Mobility
Line (continued)

Set-only Attributes: (continued)

                   

Call Pickup Group Audio Alert Setting (Phone Active)

N

N

Y

Y

N

Y

Y

Y

Y

Y

Call Pickup Group Audio Alert Setting (Phone Idle)

N

N

Y

Y

N

Y

Y

Y

Y

Y

Calling Search Space Activation Policy

N

N

N

N

N

Y

Y

Y

Y

Y

Description

N

N

N

N

N

Y

Y

Y

Y

Y

Monitoring Calling Search Space

N

N

N

N

N

Y

Y

Y

Y

Y

Presence Group

N

N

N

N

N

Y

Y

Y

Y

Y

Recording Option

N

N

N

N

N

Y

Y

Y

Y

Y

Recording Profile

N

N

N

N

N

Y

Y

Y

Y

Y

Secondary Calling Search Space for Forward All

N

N

N

N

Y

Y

Y

Y

Y

Y

User Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Voicemail Profile

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Line

AAR Destination Mask

N

N

Y

Y

N

Y

Y

Y

Y

Y

AAR Group

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

AAR Keep Call History

N

N

Y

Y

N

Y

Y

Y

Y

Y

Alerting Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

ASCII Alerting Name

N

N

N

N

N

Y

Y

Y

Y

Y

ASCII Display (Internal Caller ID)

N

N

N

N

Y

Y

Y

Y

Y

Y

ASCII Line Text Label

N

N

N

N

N

N

Y

Y

Y

Y

Auto Answer

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Busy Trigger

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Call Pickup Group

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Calling Search Space

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Display (Internal Caller ID)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

External Phone Number Mask

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward All

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward Busy External

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Caller Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Line (continued)

Forwarded Call Information - Caller Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Dialed Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forwarded Call Information - Redirected Number

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Forward No Answer External

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

CME Line Configuration Template

Y

N

N

N

Y

Y

Y

Y

Y

Y

Line Groups

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Line Text Label

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Maximum Number of Calls

N

N

N

N

Y

Y

Y

Y

Y

Y

Message Waiting Policy

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Calling Search Space

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP No Answer Ring Duration

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Target

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Network Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

No Answer Ring Duration

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Route Partition

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Ring Setting (Phone Active)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Ring Setting (Phone Idle)

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Set-only Attributes:

                   

Audible Message Waiting Indicator Policy

N

N

N

N

N

Y

Y

Y

Y

Y

Call Pickup Group Audio Alert Setting (Phone Active)

N

N

Y

Y

N

Y

Y

Y

Y

Y

Call Pickup Group Audio Alert Setting (Phone Idle)

N

N

Y

Y

N

Y

Y

Y

Y

Y

Calling Search Space Activation Policy

N

N

N

N

N

Y

Y

Y

Y

Y

Description

N

N

N

N

N

Y

Y

Y

Y

Y

Monitoring Calling Search Space

N

N

N

N

N

Y

Y

Y

Y

Y

Presence Group

N

N

N

N

N

Y

Y

Y

Y

Y

Recording Option

N

N

N

N

N

Y

Y

Y

Y

Y

Line (continued)

Set-only Attributes: (continued)

                   

Recording Profile

N

N

N

N

N

Y

Y

Y

Y

Y

Secondary Calling Search Space for Forward All

N

N

N

N

Y

Y

Y

Y

Y

Y

User Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Voicemail Profile

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Phone

AAR Calling Search Space

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Authentication Server URL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Auto Line Select

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Built in Bridge

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Busy Lampfield Info

N

N

Y

Y

Y

N

Y

Y

Y

Y

Calling Search Space

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Calling Party Transformation CSS

 

N

N

N

N

Y

Y

Y

Y

Y

Cisco Camera

N

N

N

N

N

N

N

N

N

Y

CME Phone Configuration Template

Y

N

N

N

N

N

N

N

N

N

Common Device Configuration

N

N

N

N

N

Y

Y

Y

Y

Y

Rerouting Calling Search Space

N

N

N

N

Y

Y

Y

Y

Y

Y

Description

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Device Pool

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Device Security Mode

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Digest User

N

N

N

N

N

N

N

Y

Y

Y

Directory URL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Disable Speakerphone

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Disable Speakerphone and Headset

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

DND Option

N

N

N

N

N

Y

Y

Y

Y

Y

Do Not Disturb

N

N

N

N

N

Y

Y

Y

Y

Y

Ignore Presentation Indicators

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Mobility User Id

N

N

N

N

N

N

N

N

N

Y

Module 1

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Module 2

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Phone (continued)

Module 3

N

N

N

N

N

N

N

N

N

Y

Forwarding Delay

N

Y

Y

Y

N

N

N

N

N

N

Generic IOS Commands

Y

N

N

N

N

N

N

N

N

N

Gratuitous ARP

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Idle URL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Idle Timer

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Information

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Location

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Media Resource Group List

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Messages

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Domain

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

MLPP Indication

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Module 1 Load Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Module 2 Load Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Module 3 Load Name

N

N

N

N

N

N

N

N

N

Y

MLPP Preemption

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Network Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Network Locale

N

N

Y

Y

Y

Y

Y

Y

Y

Y

Owner User ID

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

PC Port

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

PC Voice VLAN Access

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Phone Load Name

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Port Ranges for IP Communicator

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Privacy

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Proxy Server URL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Retry Video Call as Audio

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Security Profile

N

N

N

N

Y

Y

Y

Y

Y

Y

Services

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Settings Access

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Softkey Template

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Speed Dial Info

Y

Y

Y

Y

Y

Y

Y

Y

Y

Y

                       

Phone (continued)

Set-only Attributes:

                   

Allow Control of Device from CTI

N

N

N

N

Y

Y

Y

Y

Y

Y

BLF Directed Call Park

N

N

N

N

N

Y

Y

Y

Y

Y

Device Mobility Mode

N

N

N

N

N

Y

Y

Y

Y

Y

DND Incoming Call Alert

N

N

N

N

N

Y

Y

Y

Y

Y

Logged into Hunt Group

N

N

Y

Y

Y

Y

Y

Y

Y

Y

Media Termination Point Required

N

N

N

N

N

N

N

Y

Y

Y

MTP Preferred Originating Codec

N

N

N

N

N

N

N

Y

Y

Y

Presence Group

N

N

N

N

Y

Y

Y

Y

Y

Y

Primary Phone

N

N

N

N

N

Y

Y

Y

Y

Y

Services

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

SIP Dial Rules

N

N

N

N

N

N

N

Y

Y

Y

SIP Profile

N

N

N

N

Y

Y

Y

Y

Y

Y

Subscribe Calling Search Space

N

N

N

N

Y

Y

Y

Y

Y

Y

SURL

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Use Trusted Relay Point

N

N

N

N

N

N

N

Y

Y

Y

Use Device Pool Calling Party Transformation CSS

N

N

N

N

N

N

N

Y

Y

Y

User Hold Audio Source

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

User Locale

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Video Capabilities

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Web Access

N

Y

Y

Y

Y

Y

Y

Y

Y

Y

Remote Destination Profile

Calling Party Transformation CSS

Y

N

N

N

N

Y

Y

Y

Y

Y

Calling Search Space

Y

N

N

N

N

Y

Y

Y

Y

Y

Device Pool

Y

N

N

N

N

Y

Y

Y

Y

Y

DND Option

Y

N

N

N

N

Y

Y

Y

Y

Y

Do Not Disturb

Y

N

N

N

N

Y

Y

Y

Y

Y

Ignore Presentation Indicators

Y

N

N

N

N

Y

Y

Y

Y

Y

Network Hold MOH Audio Source

Y

N

N

N

N

Y

Y

Y

Y

Y

Privacy

Y

N

N

N

N

Y

Y

Y

Y

Y

Rerouting Calling Search Space

Y

N

N

N

N

Y

Y

Y

Y

Y

Use Device Pool Calling Party Transformation CSS

Y

N

N

N

N

N

N

Y

Y

Y

User Locale

Y

N

N

N

N

N

N

Y

Y

Y

User Hold Audio Source

Y

N

N

N

N

Y

Y

Y

Y

Y

Remote Destination Profile Line

ASCII Display (Internal Caller ID)

N

N

N

N

N

Y

Y

Y

Y

Y

Busy Trigger

N

N

N

N

N

Y

Y

Y

Y

Y

Caller Name

N

N

N

N

N

Y

Y

Y

Y

Y

Caller Number

N

N

N

N

N

Y

Y

Y

Y

Y

Description

N

N

N

N

N

Y

Y

Y

Y

Y

Dialed Number

N

N

N

N

N

Y

Y

Y

Y

Y

Display (Internal Caller ID)

N

N

N

N

N

Y

Y

Y

Y

Y

External Phone Number Mask

N

N

N

N

N

Y

Y

Y

Y

Y

Maximum Number of Calls

 

N

N

N

N

Y

Y

Y

Y

Y

Redirected Number

 

N

N

N

N

Y

Y

Y

Y

Y


Table 6-4 Supported Unified Message Processor Provisioning Attributes 

Product Group
Provisioning Attribute
Cisco Unity Express
Cisco Unity
Cisco Unity Connection

Voicemail

Alternate Voicemail Extensions

N

Y

N

CUE User Configuration Template

Y

N

N

CUE Voicemail Configuration Template

Y

N

N

Enable ResyncMWI

N

Y

N

Legacy Mailbox

N

Y

N

Remote Node ID

N

Y

N

Unified Messaging

UM Disabling Class Of Service Template

N

Y

Y

UM Enabling Class Of Service Template

N

Y

Y

UM Disabling Subscriber Template

N

Y

Y

UM Enabling Subscriber Template

N

Y

Y


Table 6-5 Supported Presence Server Provisioning Attributes

Products
Provisioning Attributes
Cisco Unified Communications Manager
4.1.x
4.2.x
4.3.x
5.1.x
6.0.x
6.1.x
7.0.x
7.1.x
8.0.x

Client User Settings

Audio Profile

N

N

N

N

N

N

N

N

Y

CIP Profile

N

N

N

N

N

N

N

N

Y

CGI Gateway Profile

N

N

N

N

N

N

N

N

Y

Conferencing Profile

N

N

N

N

N

N

N

N

Y

LDAP Profile

N

N

N

N

N

N

N

N

Y

Voicemail Profile

N

N

N

N

N

N

N

N

Y



Note Unless certain Phone provisioning attributes are configured when placing an order, they will display Not Set. But when you view the phone in the Cisco Unified Communications Manager user interface, the attributes will appear as being set to a default value. This occurs because the Cisco Unified Communications Manager AXL interface does not return default values to Provisioning Manager for these attributes when provisioning a phone.

This applies to the following provisioning attributes:

Auto Line Select

Disable Speakerphone

Disable Speakerphone and Headset

Forwarding Delay

Gratuitous ARP

PC Port

PC Voice VLAN Access

Port Ranges for IP Communicator

Retry Video Call as Audio

Settings Access

Video Capabilities

Web Access


Configuring a Transformation Template for Provisioning Attributes

For some provisioning attributes (see Table 6-1), you can enter a transformation template in the provisioning attribute field to manipulate the digits of the directory number displayed on the phone. The digit transformation of the masking of the directory number allows you to choose what to display.

The template allows you to delete, insert, reorder, or change any digits of the directory number by embedding transformation masks inside the text string of the provisioning attribute.

A transformation template contains one or more transformation masks.

In the transformation mask, the following characters are allowed:

W or w—Allows the directory number digits to appear in the same position, starting from the left.

X or x—Allows the directory number digits to appear in the same position, starting from the right.

. (period)—Ignores the digits in the directory number at the same position.

Any number—Appears as itself in the output.

% (percent)—Delimiter.

\ (backward slash)—Delimiter (escape character).

If any other characters are used in a mask, the mask is not recognized as a mask and the characters are treated as normal text.


Note When configuring the template, remember the following:

If a transformation mask contains both a W and an X, it is not recognized as a valid mask and is treated as normal text. But if the template contains multiple masks, you can use a W and an X in different masks inside the same template.

Any delimiter character without a prefixed escape character (\) is treated as a normal character when it is not recognized as a valid delimiter as part of a transformation mask. The escape character can be used only in places where you need to separate the normal context from the transformation mask.

The template is limited to 60 characters.


Table 6-6 lists examples of transformation templates. The directory number used in the examples is 1234567891.

Table 6-6 Transformation Template Examples 

Template
Results

%XXX%

891

%WWW%

123

%XXX.......%

123

%XXXX%

7891

%......WWWW%

7891

%...WWW%

456

%XXX....%

456

%9XXX0000%

94560000

%..9WWW0000%

94560000

%55585XX000%

5558567000

%55585WW000%

5558567000

%WWXX%

%WWXX%

(%WWW%) %...WWW%-%XXXX%

(123) 456-7891

John Smith x%XXXXX%

John Smith x67891

%John Smith\%x%XXXXX%

%John Smith%x67891

%WWW% Engineering

123 Engineering


Changing the Precedence for Provisioning Attributes

This section describes how to change the order in which provisioning attributes are assigned globally.


Note To change a subscriber role's provisioning attribute precedence, see Editing a Subscriber Role's Provisioning Attribute Precedence, page 2-10.


Provisioning attributes are assigned according to levels, in the following order (this is the default setting):

Service Area

Subscriber type

Domain

This means that the provisioning attributes that are defined for a Service Area override the provisioning attributes defined for a subscriber type, which overrides the provisioning attributes defined for a Domain.

You can change the order of precedence by doing either of the following:

Using Advanced Order Configuration on the Order Entry page (see Ordering Products and Services, page 3-4). Any provisioning attribute changes you make using Advanced Order Configuration take precedence over the provisioning attributes set for Service Area, subscriber type, or Domain (to use Advanced Order Configuration, you must be assigned the advance order role; see Managing Authorization Roles, page 2-6).

Using the Edit Global Precedence page (see the following procedure).


Step 1 Select Advanced Setup > Policies > Provisioning Attributes. The Provisioning Attributes Management page appears.

Step 2 Click Edit attribute precedence. The Edit Global Precedence page appears.

Step 3 Click the arrows to move the levels (Service Area, Domain, or subscriber role) up and down, to the desired order.

Step 4 Click Save.