This Web service method receives notification requests from the Sh subscriber profile Web service when the PSI Activation state for a specific service has changed in the HSS. Notifications will be received when the PSI Activation switches from Active to Inactive or vice versa.
This Web service method returns a value indicating the current state of activation (active = 1 or inactive = 0) of a service provided by an application. It also returns the Public Service Identity of that application. This function allows an application that wishes to use the services of another application the ability to know when that application is active and available to provide one or more services.
public void notifyPSIActivationChange(int newActivation, String publicIdentity) throws Exception { // application logic }
Parameter Name | Type | Description |
---|---|---|
newActivation | int | Indicates the current state of application or service.
Possible values are:
|
publicIdentity | String | This parameter is the publicIdentity associated with the updated RepositoryData. Specifies the public user identity or public service
identity. This can be either a SIP URL or a TEL URL. Example:
|