SCCP Manager
Find a file
steve-lad f8a3c8c81d Reapply patch wriiten by DKGroot
Move the disallow box to the top of the codec page
Correct english
2021-05-30 11:34:35 +02:00
.dok/image - Fix SCCP 2019-09-20 19:43:18 +03:00
assets Fix reversion errors 2021-05-29 15:50:04 +02:00
conf Fix reversion errors 2021-05-29 15:50:04 +02:00
contrib -- Added new features for the future (now disabled) 2020-04-07 17:53:47 +03:00
i18n -- Added new features for the future (now disabled) 2021-04-02 15:23:51 +02:00
Sccp_manager.inc Fix Issue with SQL syntax reported by kc2vrj 2021-05-24 13:55:36 +02:00
Technical.note First round of spelling corrections 2021-04-02 15:23:27 +02:00
Technical.notes Merge branch 'PR108' into extension_mobility_rebased_on_develop 2021-05-24 13:46:19 +02:00
views Reapply patch wriiten by DKGroot 2021-05-30 11:34:35 +02:00
.gitignore Renamed templet -> template 2017-10-04 15:26:00 +02:00
functions.inc.php -- Bug fix 2021-04-02 15:23:52 +02:00
install.php Fix reversion errors 2021-05-29 15:50:04 +02:00
module.xml Update module.xml and PhantomVl references 2021-05-24 16:15:28 +02:00
page.html.php Remove extraneous calls 2021-04-02 15:23:53 +02:00
page.sccp_adv.php Match to previous commit 2021-04-02 15:23:54 +02:00
page.sccp_phone.php Match to previous commit 2021-04-02 15:23:54 +02:00
page.sccpsettings.php Match to previous commit 2021-04-02 15:23:54 +02:00
README.md Fix image link 2021-05-24 16:17:00 +02:00
README.ru.md First round of spelling corrections 2021-04-02 15:23:27 +02:00
Sccp_manager.class.php Fix reversion errors 2021-05-29 15:50:04 +02:00
uninstall.php Fix exception if sccpsettings table does not exist 2021-04-02 15:29:17 +02:00

Welcome to Develop Chan_SCCP GUI Manager for FreePBX

| English 🇬🇧/🇺🇸 | Russian 🇷🇺 | Previous Stable Releases

Gif

Download Sccp-Mamager Download Chan-SCCP channel driver for Asterisk Chan-SCCP Documentation

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 BLFs. And you can use the driver functions "sccp_chain" from the GUI module.

Wiki

You can find more information and documentation on our SCCP Manager Wiki

Prerequisites

Make sure you have the following installed on your system:

  • gui:
    • freepbx >= 13.0.192
  • a working version of chan-sccp

Requirements

  • Chan_SCCP module 4.3.4 (or later) channel driver for Asterisk: See our WIKI

    • sccp_manager expects these configure flags to be set during compilation: ./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate --enable-video
    • Creating mysql DB from sorce mysql -u root asterisk < mysql-v5_enum.sql
  • 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/
  • configure DHCP server See our WIKI Important!

Setup

Installation

  1. Download module into your local system. (/var/www/html/admin/modules/)
  2. Goto FreePBX Admin -> Module Admin.
  3. Click Upload Modules.
  4. Browse to the location of the module on your computer and select Upload.
  5. Click Manage Local Modules.
  6. Find and click SCCP Manager. Check Install. Click Process button.
  7. Confirm installation.
  8. Close Status window.
  9. Apply Config to FreePBX.

Module update to latest state

If you installed sccp_manager using git clone instead of installing a zip file / tarball then you can do easily keep up with the latest develop by doing this:

  1. Goto to module into your local system. (/var/www/html/admin/modules/sccp_manager/)
   cd /var/www/html/admin/modules/sccp_manager/
   git pull
   git checkout develop

IMPORTANT NOTES:

  • !!! If something stops working, use the develop branch develop
  • 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.

Chat

Gitter