3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node integrates with the 3CX telephony system, allowing users to perform various operations related to communication management. Specifically, the "Reboot Phone" operation under the "Users" resource enables remotely rebooting a user's phone device by specifying its MAC address. This can be useful in scenarios where a phone is unresponsive or requires a restart to apply new configurations.

Practical examples include:

  • Automatically rebooting phones after configuration changes.
  • Remotely troubleshooting and restarting devices without physical access.
  • Managing multiple user devices efficiently from within an automation workflow.

Properties

Name Meaning
Mac The MAC address of the phone device to reboot. This uniquely identifies the target phone on the network.

Output

The node outputs JSON data representing the response from the 3CX API after attempting to reboot the specified phone. This typically includes status information indicating whether the reboot command was successfully sent or if any errors occurred.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to a 3CX telephony system.
  • Needs an API authentication token (OAuth2) configured in n8n credentials to authorize requests.
  • The base URL for the 3CX server must be provided in the credential configuration.

Troubleshooting

  • Invalid MAC Address: If the MAC address format is incorrect or the device is not found, the API may return an error. Ensure the MAC address is accurate and corresponds to a registered phone.
  • Authentication Errors: Missing or invalid API credentials will prevent the node from communicating with the 3CX server. Verify that the OAuth2 credentials are correctly set up.
  • Network Issues: Connectivity problems between n8n and the 3CX server can cause timeouts or failures. Check network settings and firewall rules.
  • API Endpoint Issues: If the 3CX server URL is misconfigured or the API version changes, requests may fail. Confirm the base URL and API compatibility.

Links and References

Discussion