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

network.resource
Class PbxCodeSet

public class PbxCodeSet      
PbxCodeSet represents a global set of feature invocation codes
used in the DTMF invocation scheme applied by the MCS.mobileExtension capability.
The system may support multiple code sets
 
 

Field Summary
private String
private String
private int
private String
private String
Field Detail
conferenceCode
private String conferenceCode
conferenceCode is the invocation code used to invoke MCS mobile extension
conference feature
Constraints:
- [0-9#*ABCD] {1,4}
- must not be the same as the transferCode
- must not be the same as the holdCode
Default:
- none
Clone:
yes, verbatim
Multiplicity:
1
 

holdCode
private String holdCode
holdCode is the invocation code used to invoke MCS mobile extension hold
feature
Constraints:
- [0-9#*ABCD] {1,4}
- must not be the same as the transferCode
- must not be the same as the conferenceCode
Default:
- none
Clone:
yes, verbatim
Multiplicity:
1
 

id
private int id
id is a unique identify assigned by the CSN provisioning system for the
feature code set.
Constraints:
- must be unique
- may not be null
Default:
- none
Clone:
- no
Multiplicity:
1
 

name
private String name
name is a unique identifier assigned by the provisioner
Constraints:
- may not be null
- must be unique
Default:
-none
Clone:
- yes, verbatim
Multiplicity:
1
 

transferCode
private String transferCode
transferCode is the invocation code used to invoke MCS mobile extension transfer
feature
Constraints:
- [0-9#*ABCD] {1,4}
- must not be the same as the holdCode
- must not be the same as the conferenceCode
Default:
- none
Clone:
yes, verbatim
Multiplicity:
1
 

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