5.3 KiB
Welcome to Develop Chan_SCCP GUI Manager for FreePBX
| English 🇬🇧/🇺🇸 | Russian 🇷🇺 | OLD Stable Release
Link
This module has been developed to help IT Staff with their Asterisk-Cisco infrastructure deployment, providing easy provisioning and management of Cisco IP phones and extensions in a similar way to Cisco CallManager. The idea of creating a module is borrowed from (https://github.com/Cynjut/SCCP_Manager), and was further developed and managed by PhantomVl (https://github.com/PhantomVl/sccp_manager) who has been unavailable for some time. sccp_manager relies heavily on chan-sccp, so having the same repository will help improve integration.
SCCP Manager is free software. Please see the file COPYING for details.
This module will suit you if you are planing the to migrate from CallManager to Asterisk (or have already done it). SCCP-Manager allows you to administer SCCP extensions and a wide range of Cisco phone types (including IP Communicator). You can control phone buttons (depending on the phone model) assigning multiple lines, speeddials and BLF’s. And you can use the driver functions "sccp_chain" from the GUI module.
Wiki
You can find more information and documentation on our
Prerequisites
Make sure you have the following installed on your system:
- c-compiler:
- gcc >= 4.4 (note: older not supported, higher advised)
- clang >= 3.6 (note: older not supported, higher advised)
- gnu make
- pbx:
- asterisk >= 1.8 (absolute minimum & not recommended)
- asterisk >= 13.7 or asterisk >= 14.0 recommended
- gui:
- freepbx >= 13.0.192
- standard posix compatible applications like sed, awk, tr
Requirements
-
Chan_SCCP module 4.3.1 (or later) channel driver for Asterisk: See our WIKI
- expected configure flags:
./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate --enable-video
- Creating mysql DB from sorce
mysql -u root asterisk < mysql-v5_enum.sql
- expected configure flags:
-
TFTP Server running under (recommended) /tftpboot/ [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/setup-tftp-service)
- You will need the phone settings templates. You can use the templates taken from the distribution "chan-sccp"
cp /usr/src/chan-sccp/conf/tftp/\*.xml\* /tftpboot/templates/
- You will need the phone settings templates. You can use the templates taken from the distribution "chan-sccp"
-
configure DHCP server See our WIKI Important!
Setup
- Setting up a FreePBX system
- Setting up Chan-Sccp
- The sccp_manager module will automatically setup and configure asterisk realtime database for chan-sccp. For more information about realtime See chan-sccp wiki.
Installation
- Download module into your local system. (/var/www/html/admin/modules/)
- Goto FreePBX Admin -> Module Admin.
- Click Upload Modules.
- Browse to the location of the module on your computer and select Upload.
- Click Manage Local Modules.
- Find and click SCCP Manager. Check Install. Click Process button.
- Confirm installation.
- Close Status window.
- Apply Config to FreePBX.
Module update to latest state
- Goto to module into your local system. (/var/www/html/admin/modules/sccp_manager/)
cd /var/www/html/admin/modules/sccp_manager/ git fetch git pull git checkout extension_mobility or git checkout develop
IMPORTANT NOTES:
- !!! If something stops working, use the master branch master !!! master branch does not support changes into chan-sccp made after October 2018.
- This system assumes/requires that you are using the Asterisk realtime database. If you are not yet using the realtime database, you will have to set it up for this module to work (See).
- For the cisco phones to work correctly, they should be provisioned with the latest firmware (v8.1 or higher)
- You can use cisco language profiles (localization) to switch the phones to your locale.