sccp_manager/README.md
PhantomVl 972b213b68 Пререлиз 12.09.2017
Замена функции чтения sccp.conf
2017-09-12 17:08:52 +03:00

59 lines
2 KiB
Markdown

## Welcome to Chan_SCCP GUI Manager
```
______ _____ ______ __
| ____| | __ \| _ \ \ / /
| |__ _ __ ___ ___| |__) | |_) \ V /
| __| '__/ _ \/ _ \ ___/| _ < > <
| | | | | __/ __/ | | |_) / . \
|_| |_| \___|\___|_| |____/_/ \_\
Your Open Source Asterisk PBX GUI Solution
```
SCCP Manager 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.
[![Download Chan-SCCP channel driver for Asterisk](https://img.shields.io/sourceforge/dt/chan-sccp-b.svg)](https://github.com/chan-sccp/chan-sccp/releases/latest)
[![Documentation](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/chan-sccp/chan-sccp/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.6.2 (absolute minimum)
- asterisk >= 13.7 or asterisk >= 14.0 recommended
- gui:
- freepbx >= 13.0.192
- Chan_SCCP module:
- configure flags ./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate
- creating mysql DB from sorce (mysql -u root asterisk < mysql-v5.sql)
- cofigure TFTP server
- cofigure DHCP server
- standard posix compatible applications like sed, awk, tr
### Setting up a FreePBX system
[See our WIKI](http://wiki.freepbx.org/display/FOP/Install+FreePBX)
### Setting up a Sccp manager
[See our WIKI] https://github.com/chan-sccp/chan-sccp/wiki/How-to-setup-the-chan_sccp-Module
### Module requred
SCCP channel driver Compiling:
./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate
or
./configure --enable-indications --enable-conference --enable-advanced-functions --enable-distributed-devicestate
copy all from sorce/conf/tftp to /tftpboot-directory
create mysql-db
cd sorce/conf
mysql -u root asterisk < mysql-v5.sql