All Projects → chan-sccp → Chan Sccp

chan-sccp / Chan Sccp

Licence: other
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.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Chan Sccp

Core
Free, easy to setup PBX for small business based on Asterisk 16 core
Stars: ✭ 190 (+49.61%)
Mutual labels:  asterisk, voip
AmiClient
Modern .NET Standard client for accessing the Asterisk AMI protocol using async/await and Reactive Extensions (Rx)
Stars: ✭ 30 (-76.38%)
Mutual labels:  asterisk, voip
Katari
Katari - Python Session Initiated Protocol Framework
Stars: ✭ 29 (-77.17%)
Mutual labels:  asterisk, voip
magnusbilling7
MagnusBilling is a fast, secure, efficient, high availability, VOIP Billing.
Stars: ✭ 136 (+7.09%)
Mutual labels:  asterisk, voip
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-8.66%)
Mutual labels:  voip, asterisk
ominicontacto
The Open Source Contact Center Solution (mirror of https://gitlab.com/omnileads/ominicontacto)
Stars: ✭ 24 (-81.1%)
Mutual labels:  asterisk, voip
caller-lookup
Reverse Caller Id using TrueCaller
Stars: ✭ 55 (-56.69%)
Mutual labels:  asterisk, voip
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (+82.68%)
Mutual labels:  gitter, wiki
Asterisk Cdr Viewer
Simple and fast viewer for asterisk CDRs / recordings
Stars: ✭ 29 (-77.17%)
Mutual labels:  voip, asterisk
Routr
Routr: Next-generation SIP Server
Stars: ✭ 788 (+520.47%)
Mutual labels:  voip, asterisk
Docker Freepbx
Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
Stars: ✭ 331 (+160.63%)
Mutual labels:  voip, asterisk
Homer App
HOMER 7.x Front-End and API Server
Stars: ✭ 88 (-30.71%)
Mutual labels:  voip, asterisk
Asterisk Cdr Viewer Mod
Simple and fast viewer for Asterisk CDRs and Recordings (Mod)
Stars: ✭ 76 (-40.16%)
Mutual labels:  voip, asterisk
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (-25.2%)
Mutual labels:  voip, asterisk
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+33674.02%)
Mutual labels:  wiki
Dawn Api Demo
dawn-api-demo
Stars: ✭ 117 (-7.87%)
Mutual labels:  wiki
Org Brain
Org-mode wiki + concept-mapping
Stars: ✭ 1,512 (+1090.55%)
Mutual labels:  wiki
Luban ios
Wiki
Stars: ✭ 104 (-18.11%)
Mutual labels:  wiki
My Freecodecamp Code
My code from the bootcamp.
Stars: ✭ 1,546 (+1117.32%)
Mutual labels:  wiki
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-7.87%)
Mutual labels:  wiki

Welcome to Chan_SCCP

Gitter Build TR Status Build GH Status Coverity Language grade: C/C++ Average time to resolve an issue Percentage of issues still open Download Chan-SCCP channel driver for Asterisk Github Releases Documentation Donate Liberapay.

Chan_SCCP is free software. Please see the file COPYING for details. For documentation, please see the files in the doc subdirectory. For building and installation instructions please see the INSTALL file.

Table of Contents

Wiki

You can find more information and documentation on our Wiki. The wiki contains detailed guides on how to setup and configure chan-sccp, using it directly with plain asterisk or integration into FreePBX. You can also find dialplan snippets and usefull hints and tips on our wiki.

Chat

Engage with our members and developers directly via: Gitter. Looking forward to seeing you there.

Quick Start

Prerequisites

Make sure you have the following installed on your system:

  • c-compiler:
    • gcc >= 4.6 (note: older not supported, higher advised)
    • clang >= 3.6 (note: older not supported, higher advised)
  • gnu make
  • libraries:
    • libxml2-dev / libxml2-devel
    • libxslt1-dev / libxslt1-devel
    • gettext
    • libssl-dev / openssl-devel
  • pbx:
    • asterisk >= 11 (absolute minimum)
    • asterisk >= 16 or 18 recommended
    • including source headers and debug symbols (asterisk-dev and asterisk-dbg / asterisk-devel and asterisk-debug-info)
    • chan_skinny module is prevented from loading in /etc/asterisk/modules.conf
  • standard posix compatible applications like sed, awk, tr

Building from source

Using git (recommended)

Clone github repository (once)
git clone https://github.com/chan-sccp/chan-sccp.git chan-sccp
cd chan-sccp
Update to latest state
cd chan-sccp
git fetch
git pull

Using Released tar.gz

retrieve the tar.gz from latest release and save it to /tmp/chan-sccp_latest.tar.gz

mkdir chan-sccp
cd chan-sccp
tar xvfz /tmp/chan-sccp_latest.tar.gz

Configuring

./configure [....configure flags you prefer...]

Note: For more information about the possible configure flags, check: ./configure --help

Note: When you are making changes to configure.ac, autoconf / or Makefile.am files you should run: ./tools/bootstrap.sh

Build and Install

make -j2 && make install && make reload

Required Asterisk Modules

Make sure you have the following asterisk modules loaded before loading the chan_sccp module:

  • app_voicemail
  • bridge_simple
  • bridge_native_rtp
  • bridge_softmix
  • bridge_holding
  • res_stasis
  • res_stasis_device_state

Binaries

We provide prebuild binaries for:

Mailinglist

Donate

If you like our project, then please consider to donation

License

GitHub license

GPG Key

E774 D1A4 6210 4F41 C844 897E AFA7 2825 0A1B ECD6

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