Fix links in README.md / READMe.ru.md
This commit is contained in:
parent
83169b5160
commit
8b8778f746
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
|||
## Welcome to Develop Chan_SCCP GUI Manager for FreePBX
|
||||
| [English](README.md) | [Russian](README.ru.md) | [OLD Stable Release](https://github.com/PhantomVl/sccp_manager/tree/master)
|
||||
| [English :gb:/:us:](README.md) | [Russian :ru:](README.ru.md) | [OLD Stable Release](https://github.com/PhantomVl/sccp_manager/tree/master)
|
||||
|
||||

|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
[](https://github.com/PhantomVl/sccp_manager/archive/master.zip)
|
||||
[](https://github.com/chan-sccp/chan-sccp/releases/latest)
|
||||
[![Chan-SCCP Documentation] (https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/chan-sccp/chan-sccp/wiki)
|
||||
[](https://github.com/chan-sccp/chan-sccp/wiki)
|
||||
|
||||
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.
|
||||
|
@ -43,17 +43,17 @@ Make sure you have the following installed on your system:
|
|||
- standard posix compatible applications like sed, awk, tr
|
||||
|
||||
### Requirements
|
||||
- Chan_SCCP module 4.3.1 (or later) channel driver for Asterisk: [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
- Chan_SCCP module 4.3.1 (or later) channel driver for Asterisk: [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
- expected configure flags:
|
||||
```./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate```
|
||||
- Creating mysql DB from sorce
|
||||
```mysql -u root asterisk < mysql-v5_enum.sql```
|
||||
|
||||
- TFTP Server running under (recomended) /tftpboot/ [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/setup-tftp-service)
|
||||
- TFTP Server running under (recomended) /tftpboot/ [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/setup-tftp-service)
|
||||
- You will need the phone settings templates. You can use the templates taken from the distribution "chan-sccp"
|
||||
```cp /usr/src/chan-sccp/conf/tftp/\*.xml\* /tftpboot/templates/```
|
||||
|
||||
- configure DHCP server [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/setup-dhcp-service)
|
||||
- configure DHCP server [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/setup-dhcp-service)
|
||||
Important!
|
||||
|
||||
|
||||
|
|
16
README.ru.md
16
README.ru.md
|
@ -1,5 +1,5 @@
|
|||
## Welcome to Develop Chan_SCCP GUI Manager for FreePBX
|
||||
| [English](README.md) | [Russian](README.ru.md) | [OLD Stable Release](https://github.com/PhantomVl/sccp_manager/tree/master)
|
||||
| [English :gb:/:us:](README.md) | [Russian :ru:](README.ru.md) | [OLD Stable Release](https://github.com/PhantomVl/sccp_manager/tree/master)
|
||||
|
||||

|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
[](https://github.com/PhantomVl/sccp_manager/archive/master.zip)и традиционно добалены новые баги
|
||||
[](https://github.com/chan-sccp/chan-sccp/releases/latest)
|
||||
[![Chan-SCCP Documentation] (https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/chan-sccp/chan-sccp/wiki)
|
||||
[](https://github.com/chan-sccp/chan-sccp/wiki)
|
||||
|
||||
### История
|
||||
Корни идея создания этого проекта лежат в несовершенстве уже существующего и заброшенного проекта.
|
||||
|
@ -55,8 +55,8 @@ Make sure you have the following installed on your system:
|
|||
- standard posix compatible applications like sed, awk, tr
|
||||
|
||||
### Installation Очень короткая инструкция
|
||||
###### [Полная версия инструкции] (https://github.com/PhantomVl/sccp_manager/wiki/step-by-step-instlation)
|
||||
- Chan_SCCP module 4.3.1 (or later) [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
###### [Полная версия инструкции](https://github.com/PhantomVl/sccp_manager/wiki/step-by-step-instlation)
|
||||
- Chan_SCCP module 4.3.1 (or later) [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
> git clone https://github.com/chan-sccp/chan-sccp.git
|
||||
> git checkout develop
|
||||
|
||||
|
@ -64,8 +64,8 @@ Make sure you have the following installed on your system:
|
|||
> ./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate
|
||||
> mysql -u root asterisk < mysql-v5_enum.sql
|
||||
|
||||
- Настраиваем TFTP Server, он нужен для телефонов /tftpboot/ [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/setup-tftp-service)
|
||||
- Настраиваем DHCP serve, как ни странно он тоже нужен [See our WIKI] (https://github.com/chan-sccp/chan-sccp/wiki/setup-dhcp-service)
|
||||
- Настраиваем TFTP Server, он нужен для телефонов /tftpboot/ [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/setup-tftp-service)
|
||||
- Настраиваем DHCP serve, как ни странно он тоже нужен [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/setup-dhcp-service)
|
||||
|
||||
- Установка модуля
|
||||
> cd /var/www/html/admin/modules/
|
||||
|
@ -90,7 +90,7 @@ Make sure you have the following installed on your system:
|
|||
!!! Но есть ограничение - ветка master не поддерживает изменения в chan-sccp сделаные после октября 2018 г.
|
||||
- Желательно иметь Firmware телефонов Cisco, языковые пакеты ну всякое разное.
|
||||
- Возможно, ты найдешь, то что ищешь, в проекте (https://github.com/dkgroot/provision_sccp)
|
||||
- Если что-то не так [Wiki GUI] (https://github.com/PhantomVl/sccp_manager), [Wiki chan-sccp] (https://github.com/chan-sccp/chan-sccp/wiki),
|
||||
[Wiki FreePbx] (https://wiki.freepbx.org/display/FOP/Install+FreePBX)
|
||||
- Если что-то не так [Wiki GUI](https://github.com/PhantomVl/sccp_manager), [Wiki chan-sccp](https://github.com/chan-sccp/chan-sccp/wiki),
|
||||
[Wiki FreePbx](https://wiki.freepbx.org/display/FOP/Install+FreePBX)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue