Skip to content

AdSecIT/fusionpbx-app-ringotel

 
 

Repository files navigation

Ringotel Integration for FusionPBX

Ringotel.mp4

1. Ringotel Overview

The Ringotel Feature Side App integrates with FusionPBX to help administrators:

  • Manage Extensions: Control FusionPBX extensions.

  • Bind Extensions to Ringotel: Connect and synchronize extensions with Ringotel.

  • Monitor Ringotel Status: View Ringotel status for extensions within FusionPBX.

  • Bandwidth Integration: Integrate with Bandwidth with exist ringotel users.

  • Call Parks: Enable and manage call parking functionality directly within the Ringotel environmen.

This streamlines user management for those using both FusionPBX and Ringotel.

In Integration tab, we currently have the Bandwidth integration feature. We may add more options later, or you can add new ones yourself.

Before accessing the Ringotel application page, update permissions and default settings in FusionPBX. This ensures proper user access and module functionality.

ringotel default settingsd

2. Ringotel Extensions List App

ringotel_extension_list_example

This feature adds a "Ringotel status of user" column to FusionPBX's extensions.php page.

To enable it, append the following line to your extension.php file (typically in app/extensions/):

    //include the ringotel extension list
    require_once dirname(__DIR__, 2)."/app/ringotel/ringotel_extension_list.php";

ringotel_extension_list

The new column will display statuses and user's information providing quick insight into each extension's Ringotel integration.

Example how to enable the "Ringotel Extensions List App":

ringotel_extension_list-2025-07-02_18.20.52.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.1%
  • JavaScript 2.9%