Actions4
Overview
This node interacts with the Voipmon API to perform operations related to audio call data. Specifically, the 'List Active Calls' operation retrieves a list of currently active calls from a specified sensor. This is useful for monitoring live call activity in VoIP systems, enabling real-time call management and analysis.
Use Case Examples
- A user wants to monitor active calls on a particular sensor in their VoIP system to track call volume and status in real-time.
- An administrator needs to integrate live call data into a dashboard for operational monitoring and alerting.
Properties
| Name | Meaning |
|---|---|
| Sensor Id | Specifies the sensor number from which to list active calls. This is an optional string parameter with a default value of '0'. |
Output
JSON
rows- Array of active call records returned by the API.
Dependencies
- Requires an API key credential for Voipmon API authentication.
Troubleshooting
- Common issues include missing or incorrect API credentials, resulting in authentication errors.
- If the API URL or parameters are incorrect, the node may return errors or empty results.
- Network connectivity issues can cause request timeouts or failures.
Links
- Voipmon API Documentation - Official documentation for the Voipmon API, detailing available endpoints and parameters.