Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.domain
Class DirectDomain
network.domain.Domain
  |
  +--network.domain.DirectDomain

public class DirectDomain      
DirectDomain represents a group of Endpoints in a WiFi network (with SIP registration).
 
Links:
Generalization Generalization Link
to Class Domain
DirectDomain represents a group of Endpoints in a WiFi network (with SIP registration).
 
 

Nested Class Summary
public class
SipRegistrationType
public class
DataCommunicationType
Field Summary
private DataCommunicationType
DataCommunicationType
CONTACT
DataCommunicationType
RPID
private boolean
private String
private SipRegistrationType
SipRegistrationType
ACCEPT
SipRegistrationType
FORWARD
SipRegistrationType
RELAY
private boolean
Field Detail
dataCommunicationType
private DataCommunicationType dataCommunicationType
dataCommunicationType describes how data should be communicated between NewStep handset client and CSN.  Valid options for data communication type are:
- CONTACT: information should be included in Contact header (e.g. in user-part or parameters)
- RPID: information should be included in Remote Party Id header
Note: the data channel is used for DCE, Network selection policy, handoff/handback validation and conferencing
Constraints:
- "CONTACT" | "RPID"
Default:
- "CONTACT"
Multiplicity:
1
 

deriveUriFromContactEnabled
private boolean deriveUriFromContactEnabled
The deriveUriFromContactEnabled flag indicates whether the domain includes an SBC that inserts a cookie parameter into the user part of the Contact header when sending a REGISTER. In such cases, the Contact header must be used as the Request URI in order to terminate the call to the registered device. The avoids the default behaviour in which the CSN inserts the Device DN as the user part of the Request URI and takes the host part of the Contact header only.
Constraints:
- true | false
Default:
- false
Multiplicity:
1
 

sipRegistrarAddress
private String sipRegistrarAddress
The sipRegistrarAddress attribute contains the URI of the registrar to which SIP registrations should be propagated if the sipRegistrationType is either FORWARD or RELAY
Constraints:
- see Address constraints
Default:
- none
Multiplicity:
1
 

sipRegistrationType
private SipRegistrationType sipRegistrationType
The sipRegistrationType attribute value indicates the type of processing that should be applied to all Subscriber SIP device registrations. The valid options are:
- RELAY: the CSN should take the registration information and propagate the registration to the URI specified in the sipRegistrarAddress attribute
- FORWARD: the CSN should forward the registration on to the URI specified in the sipRegistrarAddress attribute and propagate any response ala B2B
- ACCEPT: the CSN should process the device registration and acknowledge the registration
Constraints:
- "RELAY" | "FORWARD" | "ACCEPT"
Default:
- "ACCEPT"
Multiplicity:
1
 

tlsOnlyEnabled
private boolean tlsOnlyEnabled
tlsOnlyEnabled describes whether the CSN enforces that communications with the Endpoints associated with the DirectDomain instance MUST be held over TLS communications channel.
Constraints:
- true | false
Default:
- false
Multiplicity:
1
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD