| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
network.resource
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 |
|
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
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
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
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
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
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|