Краткая инструкция по установке и настройке УПАТС 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 ....
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...
In this video I will configure SIP-trunk through Service Node Manager web interface and the same over MX-ONE Linux console. After that start test calls and troubleshooting tools. Configure SIP-trunk from console: number_initiate -number 7 -numbertype ed number_print sip_route -set -route 7 -profile Default -uristring0 "sip:?@10.130.0.3" -accept REMOTE_IP -match 10.130.0.3 mdsh MDSH> rocai:rou=7,sel=7110000000000010,serv=3110000001,traf=03151515,sig=1111110000A0,trm=4; MDSH> rodai:rou=7,type=tl66,varc=00000000,vari=00000000,varo=00000000; MDSH> roeqi:rou=7,tru=1-1&&1-10; MDSH> roddi:dest=7,rou=7,srt=2; Check configuration: sip_route -print -route 7 -short MDSH> rocap:rou=all; MDSH> rodap:rou=all; MDSH> roddp:dest=all; Diagnostics commands: call_trace -d 1000 resource_status --externals --route-number 7 --trunk-number all --list --traffic-status sudo tcpdump -i eth0 udp port 5060 and host 10.130.0.3 sudo tcpdump -i any -s 0 udp port 5060 -w sip.pcap...
Comments
Post a Comment