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

session
Class RegistrationSubscription
session.CommunicationSession
  |
  +--session.SipEventSubscription
       |
       +--session.RegistrationSubscription
All Implemented Interfaces:
       StatusSubscription

public class RegistrationSubscription      
Support for RegistrationSubscription is deferred from 3.5 to future releases
RegistrationSubscription represents the information relating to the Endpoints association with a SIP registration server. As such, the CSN will maintain a SIP registration event package subscription for registration events on behalf of the associated Endpoint. In addition, the CSN will handle SIP registration event notifications by reflecting the registration update in the status of the associated Endpoint. RegistrationSubscriptions are provisionable and clonable.
Implements:
StatusSubscription
 
Links:
Implementation Implementation Link
to Interface StatusSubscription
Support for RegistrationSubscription is deferred from 3.5 to future releases
RegistrationSubscription represents the information relating to the Endpoints association with a SIP registration server. As such, the CSN will maintain a SIP registration event package subscription for registration events on behalf of the associated Endpoint. In addition, the CSN will handle SIP registration event notifications by reflecting the registration update in the status of the associated Endpoint. RegistrationSubscriptions are provisionable and clonable.
 
Generalization Generalization Link
to Class SipEventSubscription
Support for RegistrationSubscription is deferred from 3.5 to future releases
RegistrationSubscription represents the information relating to the Endpoints association with a SIP registration server. As such, the CSN will maintain a SIP registration event package subscription for registration events on behalf of the associated Endpoint. In addition, the CSN will handle SIP registration event notifications by reflecting the registration update in the status of the associated Endpoint. RegistrationSubscriptions are provisionable and clonable.
 
 

Field Summary
private String
Field Detail
registrationServerAddress
private String registrationServerAddress
registrationServerAddress represents the address of the registration server to which the CSN must subscribe in order to receive SIP NOTIFY events containing the register events indicating the Endpoint status.
Constraints:
- must be a valid Uri (see address.Uri)
- not null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

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