Actions4
Overview
This node interacts with the Voipmon API to retrieve PCAP (packet capture) data related to audio calls. It is useful for scenarios where detailed network packet data of VoIP calls is needed for analysis, troubleshooting, or monitoring. For example, a user can fetch PCAP data for a specific call by providing the call ID, optionally specifying parameters like CID interval, CID merge, and whether to receive the data as a zip file.
Use Case Examples
- Fetching PCAP data for a call to analyze call quality issues.
- Retrieving PCAP data in a zipped format for storage or further processing.
Properties
| Name | Meaning |
|---|---|
| Call Id | The unique identifier of the call for which to retrieve the PCAP data. |
| Cid Interval | Optional parameter specifying the CID interval in seconds for the PCAP data. |
| Cid Merge | Optional flag to indicate whether to merge CID data (Yes or No). |
| Zip | Optional flag to specify if the PCAP data should be returned as a zip file (Yes or No). |
Output
JSON
success- Indicates if the API request was successful.rows- Contains the retrieved PCAP data rows.
Dependencies
- Voipmon API
Troubleshooting
- Common issues include missing or incorrect call ID, which will cause the API request to fail.
- If the API returns an error, the node throws a NodeApiError with the error details from the API response.
- Ensure that the Voipmon API credentials (URL, user, password) are correctly configured and tested before use.
Links
- Voipmon API Documentation - Official documentation for the Voipmon API used by this node.