This instruction describes how to run Matrix server with custom Element-Web client. Matrix - Matrix is an open standard for interoperable, decentralized, real-time communication over IP. Element-Web - A glossy Matrix collaboration client for the web. TL;DR On repo development server Clone Element-web source code: userrepo@repo :~$ git clone https://github.com/vector-im/element-web.git Change the code. Build new docker image (tag 0.1): userrepo@repo :~/element-web$ docker build -t repo:5000/myelement:0.1 . Upload created image to local registry: userrepo@repo :~$ docker push repo:5000/myelement:0.1 On matrix test server Execute ansible script for automatic build and deploy: root@matrix :~# ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start Prepare local docker registry and git server Configure local registry server OS name: userrepo@repo :~$ uname -a Linux repo 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux Co...
Краткая инструкция по установке и настройке УПАТС MX–ONE Версия 5.0 / 6.x Настоящая инструкция является кратким руководством по MX-ONE, за полным руководством следует обращаться к комплекту документации CPI. Описание компонентов системы и последние версии прошивок (firmware) для терминалов можно скачать с официального сайта Mitel . Для установки и настройки MX-ONE требуются базовые знания администрирования Linux, принципов IP–телефонии и прохождение учебных курсов Mitel MX–ONE. Дистрибутивы ПО MX–ONE доступны для скачивания прямым партнерам Mitel прошедшим соответствующую аттестацию. Содержание 1. Вводная часть . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.1. Новые названия при переходе с версии 5.0 на версию 6.0 . . . . . . . . . . . . . 5 1.2. Инсталляция MX–ONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.2.1. Установка на виртуальную машину из образа ISO . . . . . . . . . . . . 6 1.2.2. Файловая структура MX–ONE TSE ....
Agenda: Configuration server SIP-phones XML configuration Flask XML server Asterisk SIP extensions configuration 0. Configuration server Setting up configuration server for SIP-phones was described on previous post: Configuration server We will use the following configuration file startup.cfg : # Configuration server download protocol:HTTP http server:192.168.5.22 #can be IP or FQDN http path:aastra68xxi http port:8888 firmware server: "http://192.168.5.22:8888/firmware" # SIP server sip transport protocol:1 #UDP(1),TCP(2),TLS(4) sip srtp mode:0 #0(SRTP disabled),1(SRTP preferred),2(SRTP only) sip line1 user name: EmergencyCallsOnly sip proxy ip: 192.168.5.22 sip proxy port: 5060 sip registrar ip: 192.168.5.22 sip registrar port: 5060 # XML server xml application uri: "http://192.168.5.22:8888" # Time settings time server disabled:0 #server enabled(0), server disabled(1) time server1: de.pool.ntp.org time zone name: Custom #Required setting if ...
Comments
Post a Comment