SIP Device Monitoring
Download OpenAPI specification:Download
The SIP device monitoring function allows registration and dialog state to be monitored for SIP devices.
When a device is registered/unregistered or a call is placed to/from a device, an event is generated if the service is enabled for the organization.
sip-device-monitoring_0.mermaid.0.html
This SNS topic is used to listen for events generated by the SIP service. The event is a stringified JSON object passed in the message part published to SNS. Use JSON.parse to retrieve the object when receiving the notification.
This event is triggered upon SIP call events or SIP registrationevents. The SIP device monitoring service aggregates multipleunderlying events into a single event. Therefore SIPDEVICEMONITORING event can contain an array of individual events.
Note: To get SIPDEVICEMONITORING events the feature must be enabled for your tenant
Parameters
Name | Description |
---|---|
body: array | Contains an array of SIP device monitoring events |
Example
{
"event": "SIPDEVICEMONITORING",
"body": "example"
}