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

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

public class PersonalHandbackPref      
PersonalHandbackPref encapsulates the set of preferences related to handback that are scoped to the Identity. Specifically the prefences indicate whether the Identity has its own personal handback DNs.
NOTE: the personal handback DNs are required to disambiguate what call to handback since the signalling mechanism for handback calls cannot carry extra information. Using the personal handoff number disambiguates the potential candidates by identifying the Identity context for the handback. PersonalHandbackPrefs are provisionable but not clonable.
 
Links:
Generalization Generalization Link
to Class CapabilityPref
PersonalHandbackPref encapsulates the set of preferences related to handback that are scoped to the Identity. Specifically the prefences indicate whether the Identity has its own personal handback DNs.
NOTE: the personal handback DNs are required to disambiguate what call to handback since the signalling mechanism for handback calls cannot carry extra information. Using the personal handoff number disambiguates the potential candidates by identifying the Identity context for the handback. PersonalHandbackPrefs are provisionable but not clonable.
 
 

Field Summary
private String
private String
Field Detail
handbackDn1
private String handbackDn1
HandbackDn1 is the address that must used to initiate a handback of the first (oldest) call on the device from WiFi to cellular for call related to the associated Identity. NOTE: this is a personal number that is scoped to the Identity and overrides any global handback DNs specified at the Subscriber level. NOTE: handbackDn2 may be used to handback the second (younger) call and only two calls are disposed to a Subscriber's device at a time
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
 

handbackDn2
private String handbackDn2
HandbackDn2 is the address that must used to initiate a handback of the second (youngest) call on the device from WiFi to cellular for call related to the associated Identity. NOTE: this is a personal number that is scoped to the Identity and overrides any global handback DNs specified at the Subscriber level. NOTE: handbackDn2 may be used to handback the second (younger) call and only two calls are disposed to a Subscriber's device at a time
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