All Projects → PhantomVl → sccp_manager

PhantomVl / sccp_manager

Licence: other
SCCP Manager

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sccp manager

Astive
Media controller for Asterisk PBX (FastAGI Server)
Stars: ✭ 37 (+5.71%)
Mutual labels:  asterisk
Nami
Asterisk manager interface (ami) client for nodejs
Stars: ✭ 94 (+168.57%)
Mutual labels:  asterisk
Tg2sip
Telegram <-> SIP voice gateway
Stars: ✭ 142 (+305.71%)
Mutual labels:  asterisk
Python Ami
Python AMI Client
Stars: ✭ 70 (+100%)
Mutual labels:  asterisk
Phpari
A Class Library enabling Asterisk ARI functionality for PHP
Stars: ✭ 80 (+128.57%)
Mutual labels:  asterisk
Kube Ansible
Spin up a Kubernetes development environment
Stars: ✭ 103 (+194.29%)
Mutual labels:  asterisk
Asterisk Cdr Viewer
Simple and fast viewer for asterisk CDRs / recordings
Stars: ✭ 29 (-17.14%)
Mutual labels:  asterisk
Payphone
notes and code for my payphone project
Stars: ✭ 206 (+488.57%)
Mutual labels:  asterisk
Homer App
HOMER 7.x Front-End and API Server
Stars: ✭ 88 (+151.43%)
Mutual labels:  asterisk
Asternet
AsterNET is an open source .NET framework for Asterisk AMI and FastAGI. AsterNET allows you to talk to Asterisk AMI from any .NET application and create FastAGI applications in any .NET language.
Stars: ✭ 138 (+294.29%)
Mutual labels:  asterisk
Voicer
AGI-server voice recognizer for #Asterisk
Stars: ✭ 73 (+108.57%)
Mutual labels:  asterisk
Starpy
Mirror of Python twisted library for AMI and FastAGI: No pull requests here please. Use Gerrit: https://gerrit.asterisk.org
Stars: ✭ 77 (+120%)
Mutual labels:  asterisk
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (+231.43%)
Mutual labels:  asterisk
Ari4java
Asterisk ARI interface bindings for Java
Stars: ✭ 65 (+85.71%)
Mutual labels:  asterisk
Pagi
PHP AGI ( Asterisk Gateway Interface ) facade, with CDR ( Call Detail Record ), Call spool and schedule auto dial, Send and Receive Fax, Channel Variables, and Caller ID management
Stars: ✭ 161 (+360%)
Mutual labels:  asterisk
Asterisk
Mirror of the official Asterisk (https://www.asterisk.org) Project repository. No pull requests here please. Use Gerrit:
Stars: ✭ 981 (+2702.86%)
Mutual labels:  asterisk
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (+171.43%)
Mutual labels:  asterisk
ominicontacto
The Open Source Contact Center Solution (mirror of https://gitlab.com/omnileads/ominicontacto)
Stars: ✭ 24 (-31.43%)
Mutual labels:  asterisk
Node Ari Client
Node.js client for ARI. This library is best effort with limited support.
Stars: ✭ 186 (+431.43%)
Mutual labels:  asterisk
Chan Sccp
Replacement for the SCCP channel driver in Asterisk. Extended features include Shared Lines, Presence / BLF, customizable Feature Buttons, and Custom Device State. Visit our discussion mailing list for help and join us as a developer if you like.
Stars: ✭ 127 (+262.86%)
Mutual labels:  asterisk

Welcome to Develop Chan_SCCP GUI Manager for FreePBX

| English | Russian | OLD Stable Release

Gif

Link

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 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 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
  • php ver 5.6 or 5.7

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].