External Event Notifications
The External Event Notification feature provides a way to notify RESTful services of events occurring in the Oracle Communications Interactive Session Recorderi. It can be used in two ways: to notify third-party applications of new recordings, new sessions, and updates to existing sessions and recordings, or to notify new Oracle Communications Interactive Session Recorderi components, acting as integrations to third-party platforms, of critical Oracle Communications Interactive Session Recorderi events.
Note:
The Oracle Communications Interactive Session Recorderi encodes the URL parameter values in UTF-8 format before sending them to the external server. However, the base URL is left unencoded and the destination server must decode the URL into UTF-8 format.External event notifications may be configured with a series of default settings for interoperation with Oracle Communications Interactive Session Recorderi FACE and the ObserveIT Visual Session Recording solution. For more information on the interaction between Oracle Communications Interactive Session Recorderi FACE and ObserveIT Visual Recording solution, see the "Face Policy System" section of this guide. If you require more extensive external event notification configuration, contact your Oracle representative.
Events and Notifications
The majority of the external event notifications handling Events and queueing and sending Notifications is implemented in the Oracle Communications Interactive Session Recorderi APIs.
Supported Events
Event | Event Description |
---|---|
RECORDING_STARTED_EVENT | Recording has started |
RECORDING_PAUSED_EVENT | Recording paused |
RECORDING_RESUMED_EVENT | Recording has resumed |
RECORDING_ENDED_EVENT | Recording has ended |
SEGMENT_STARTED_EVENT | Recording segment has started |
SEGMENT_ENDED_EVENT | Recording segment has ended |
Notifications
When external event notification is configured, upon successful completion of a command, the API queues a Notification for a successful result for the Event. If a command is unsuccessful, the API queues a Notification for an unsuccessful result for the Event.
The API supports configuration of external event notification on a per Route, per Account, and per Realm basis. Global Events, which are delivered regardless of the Route, Account, or Realm of the Event, are also possible. The API supports multiple Notification destinations for an Event such that an Event that matches each Route, Account, and Realm configured generates Notifications for each of these matching criteria. Additionally, multiple destinations for the same Route, Account, and Realm can be configured for each supported event type.
For example:
Route, destination A, and Account, destination B (Both Route and Account for the Event have destinations configured)
Account, destination A, and Account, destination B (Redundant Event sinks for Account)
External Events Parameters Available by Event Type
This section lists the available sets of parameters available for each Event Type and the specific parameter sets for each Event Type.
Note:
To properly insert parameter values in the event requests, you must include the % character is required before and after the parameter name. The following example shows the URL Parameters field configured properly in the Dashboard for the file name value to be inserted in the Event URL.%FILENAME%
For more information via the Dashboard, you can click the URL
Parameters Help link (?) on the "External
Event Destinations" settings page.
Event Type | Parameters |
---|---|
RECORDING_ENDED_EVENT |
|
SEGMENT_ENDED_EVENT |
|
RECORDING_STARTED_EVENT |
|
RECORDING_RESUMED_EVENT |
|
RECORDING_PAUSED_EVENT |
|
SEGMENT_STARTED_EVENT |
|
External Event Notification and Parameters Example
https://1.2.3.4:8443/Face/eventNotify?event=AudioRecordingStarted&calledAors=sip:7654321@1.2.3.1:5060&ucid=13-23132@1.2.3.4
For more information on configuring External Events via the ISR
Dashboard, see the
Administrators Guide.