Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 6.02 KB

README.md

File metadata and controls

105 lines (86 loc) · 6.02 KB

Welcome to Chan_SCCP

Gitter Build Status Coverity Github Issues Download Chan-SCCP channel driver for Asterisk Github Releases Documentation Donate.

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.

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.6.2 (absolute minimum)
    • asterisk >= 11.21 or asterisk >= 13.7 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

Binaries

We also provide prebuild binaries for:

Wiki

You can find more information and documentation on our Wiki

Mailinglist

Chat

Gitter

Donate

If you like our project, then please consider to donation

License

GitHub license