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

mcs
Class MobileExtensionPref

public class MobileExtensionPref      
 
Links:
Kernel Association Association Link
to Class PbxCodeSet
PbxCodeSet is the list of feature invocation codes to be
used by the subscriber when invoking PBX features (e.g. transfer,
conference, and hold) under the current identity.
- may be null is mobileExtensionEnabled is false
- must not be null if mobileExtensionEnabled is true
- if not null must be a valid PbxCodeSet
Default:
- none
Clone:
- yes, verbatim
Associates type:
association
Client cardinality:
0..*
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Class ConferenceResource
mobileExtConfResource defines the conference resource to be used for
the Mcs.MobileExtension conferencing feature.
Constraints:
- must not be null is mobileExtensionEnabled is true
- may not be ConferenceFactory type of ConferenceResource
Default:
- none
Clone:
- yes, verbatim
Associates type:
association
Client cardinality:
0..*
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
 

Field Summary
private PbxCodeSet
private List
private boolean
Field Detail
codes
private PbxCodeSet codes
PbxCodeSet is the list of feature invocation codes to be
used by the subscriber when invoking PBX features (e.g. transfer,
conference, and hold) under the current identity.
- may be null is mobileExtensionEnabled is false
- must not be null if mobileExtensionEnabled is true
- if not null must be a valid PbxCodeSet
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

enabledDevices
private List enabledDevices
enabledDevices is the list of devices for which the PBX extension feature
should be applied.
NOTE: when dual mode devices are included in the list
the PBX features will not apply to calls on the wifi endpoint. However, conference will be available but not as CSN based feature.
Constraints:
- may be null is mobileExtensionEnabled is false
- must not be null if mobileExtensionEnabled is true
- list may only contain devices of the associated subscriber
Default:
- none
Clone:
- yes, use equivalent devices from clone
Multiplicity:
1
 

mobileExtConfResource
private ConferenceResource mobileExtConfResource
mobileExtConfResource defines the conference resource to be used for
the Mcs.MobileExtension conferencing feature.
Constraints:
- must not be null is mobileExtensionEnabled is true
- may not be ConferenceFactory type of ConferenceResource
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

mobileExtensionEnabled
private boolean mobileExtensionEnabled
the mobileExtensionEnabled flag indicates whether the mobile extension
capability is available for calls on which the subscriber uses the
specified identity.
Constraints:
- true | false
Default:
- false
Clone:
- yes, verbatim
Multiplicity:
1
 

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