Parlay X Call Notification over Parlay notifies Web clients of specific call events for a specific called party.
Parlay X Call Notification over Parlay defines interfaces for CallDirection, CallNotification, CallDirectionNotificationManager, and CallNotificationManager.
Parlay X Call Notification over Parlay is a Parlay X Web service application that sends Web service requests to the network mapper for the creating, registering, and reporting of network related events. Additionally, the Call Notification component processes information from the network elements that represent the event notification data, then passes that information on to the registered subscribers.
Call flows
The following is an example call flow showing how the
Parlay X Call Notification over Parlay interface is invoked. In this call flow example, the call flow begins when an incoming notification arrives. The following steps show how the CallNotification would be invoked:
- A startCallNotification or startCallDirectionNotification request is processed.
- The CNManagerCallBack notification is created.
- The createNotification CNManagerCallback request is implemented.
- The assignmentID is returned.
- A database entry is created, containing the assignment ID and correlator.
- The notificationInfo is returned.
Interfaces
- CallDirection
- handleBusy
- Sends a busy notification to the Web server when an event type is busy.
- handleNotReachable
- Sends a notification to the Web server when an event cannot be reached and the monitor mode is interrupted.
- handleNoAnswer
- Sends a notification to the Web server when an event is not answered.
- handleCalledNumber
- Sends a notification to the Web server when an event type is addressed and analyzed.
- CallNotification
- notifyBusy
- Sends a notification to the Web server when an event is busy.
- notifyNotReachable
- Sends a notification to the Web server when an event type cannot be reached.
- notifyNoAnswerRequest
- Sends a notification to the Web server when the event type is not answered.
- notifyCalledNumber
- Sends a notification to the Web server when the event type is addressed and the monitor mode is set to notify.
- StartCallDirectionManager
- startCallDirectionNotification
- Allows the availability of notification specific address network events.
- stopCallDirectionNotification
- Allows an application to end the notification for a specific address.
- StartCallNotificationManager
- startCallNotification
- Delivers the notification call from the application to the receiving notification.
- stopCallNotification
- Stops the notification call from going to the application to the receiving notification.