SCCP Manager
Find a file
2020-05-04 16:29:45 +03:00
.dok/image - Fix SCCP 2019-09-20 19:43:18 +03:00
assets Ran: .......................................... 42 / 42 (100%) 2020-04-09 09:25:43 +00:00
conf -- Bug fix issues/74 2020-05-04 16:29:45 +03: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) 2020-04-16 20:35:50 +03:00
Sccp_manager.inc -- Bug fix issues/74 2020-05-04 16:29:45 +03:00
Technical.note First round of spelling corrections 2020-04-09 09:24:02 +00:00
views -- Bug fix issues/74 2020-05-04 16:29:45 +03:00
.gitignore Renamed templet -> template 2017-10-04 15:26:00 +02:00
functions.inc.php -- Bug fix 2020-04-30 14:15:24 +03:00
install.php -- Bug fix Thanks for the help @BossLX 2020-05-04 12:39:13 +03:00
module.xml - Add Support "Callforward NOANSWER" 2019-11-14 17:10:14 +03:00
page.sccp_adv.php Fix Spelling Sccp_manager.class.php 2020-04-09 10:16:15 +00:00
page.sccp_phone.php Fix Spelling Sccp_manager.class.php 2020-04-09 10:16:15 +00:00
page.sccpsettings.php Ran: .......................................... 42 / 42 (100%) 2020-04-09 09:25:43 +00:00
README.md First round of spelling corrections 2020-04-09 09:24:02 +00:00
README.ru.md First round of spelling corrections 2020-04-09 09:24:02 +00:00
Sccp_manager.class.php -- Bug fix issues/74 2020-05-04 16:29:45 +03:00
uninstall.php Ran: .......................................... 42 / 42 (100%) 2020-04-09 09:25:43 +00:00

Welcome to Develop Chan_SCCP GUI Manager for FreePBX

| English | Russian | OLD Stable Release

Gif

Download Sccp-Mamager Download Chan-SCCP channel driver for Asterisk ![Chan-SCCP Documentation] (https://img.shields.io/badge/docs-wiki-blue.svg)

This module has been developed to help IT Staff with their Asterisk-Cisco infrastructure deployment, providing easily provisioning and managing Cisco IP phones and extensions in a similar way as it does with Cisco CallManager. The idea of creating a module is borrowed from (https://github.com/Cynjut/SCCP_Manager) SCCP Manager is free software. Please see the file COPYING for details.

This module has been developed to help IT Staff with their Asterisk-Cisco infrastructure deployment, providing easily provisioning and managing Cisco IP phones and extensions in a similar way as it does with Cisco CallManager.

This module will suit you if you are planing the to migrate from CallManager to Asterisk (or did 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:

  • 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

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

  1. 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.

Chat

Gitter