Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

mcs
Class PersonalPickupPref
subscription.CapabilityPref
  |
  +--mcs.PersonalPickupPref

public class PersonalPickupPref      
PersonalPickupPref encapsulates the Identity related attributes related to mobile call pickup. Specifically, the preferences indicate whether the Identity has its own pickupDn used to invoke the pickup capability. Using a personal DN scoped to the Identity allows the system to disambiguate what call to apply pickup to on the basis of its associated Identity. PersonalPickupPrefs are provisionable but not clonable.
 
Links:
Generalization Generalization Link
to Class CapabilityPref
PersonalPickupPref encapsulates the Identity related attributes related to mobile call pickup. Specifically, the preferences indicate whether the Identity has its own pickupDn used to invoke the pickup capability. Using a personal DN scoped to the Identity allows the system to disambiguate what call to apply pickup to on the basis of its associated Identity. PersonalPickupPrefs are provisionable but not clonable.
 
 

Field Summary
private String
Field Detail
pickupDn
private String pickupDn
pickupDn is Identity scoped RoutableNumber through which call pickup may be initiated. Provisioning the pickupDn under the McsIdentityPref.PersonalPickupPref enables the Subscriber to disambiguate the call to which pickup should be applied.
Constraints:
- see DirectoryNumber constraints
- must be unique within the service invocation numbers of all subscriptions
- must be unique within the Identity.sdnAddress values
- must be unique within the Endpoint.address values
- may be null
Default:
- none
Clone:
- no, must be supplied by provisioner.
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD