From 8b8778f7468ea8aa150f243eab033b0a901285cf Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Thu, 25 Apr 2019 16:42:46 +0200 Subject: [PATCH] Fix links in README.md / READMe.ru.md --- README.md | 10 +++++----- README.ru.md | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bf47ca3..0538d41 100644 --- a/README.md +++ b/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) ![Gif](https://github.com/PhantomVl/sccp_manager/raw/develop/.dok/image/Demo_1s5.gif) @@ -12,7 +12,7 @@ [![Download Sccp-Mamager](https://img.shields.io/badge/SccpGUI-build-ff69b4.svg)](https://github.com/PhantomVl/sccp_manager/archive/master.zip) [![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) -[![Chan-SCCP Documentation] (https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/chan-sccp/chan-sccp/wiki) +[![Chan-SCCP Documentation](https://img.shields.io/badge/docs-wiki-blue.svg)](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! diff --git a/README.ru.md b/README.ru.md index 0917896..4d7b2c4 100644 --- a/README.ru.md +++ b/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) ![Gif](https://github.com/PhantomVl/sccp_manager/raw/develop/.dok/image/Demo_1s5.gif) @@ -12,7 +12,7 @@ [![Download Sccp-Mamager](https://img.shields.io/badge/SccpGUI-build-ff69b4.svg)](https://github.com/PhantomVl/sccp_manager/archive/master.zip)и традиционно добалены новые баги [![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) -[![Chan-SCCP Documentation] (https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/chan-sccp/chan-sccp/wiki) +[![Chan-SCCP Documentation](https://img.shields.io/badge/docs-wiki-blue.svg)](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)