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.
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)
- standard posix compatible applications like sed, awk, tr
./configure [....configure flags you prefer...]
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
make
make install
We also provide prebuild binaries for:
You can find more information and documentation on our