Краткая инструкция по установке и настройке УПАТС 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 ....
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...
We need to capture VoIP traffic - including both inbound and outbound RTP streams - from dedicated IP phones for delivery to the Call Recording server. These IP phones are distributed across various remote switches within the Layer 2 Ethernet network. By configuring RSPAN (Remote Switched Port Analyzer), we can mirror the VoIP traffic from these remote switches to a destination switch that is directly connected to the Call Recorder. Network diagram: RSPAN configuration We are using Edge-Core ECS4100 series switches, which feature a Cisco-like command-line interface (CLI). Source switch 1 Create VLAN 100 for RSPAN traffic: vlan database VLAN 1 name DefaultVlan media ethernet VLAN 100 media ethernet rspan Create RSPAN session 1 with Source and Remote ports : rspan session 1 source interface ethernet 1/2 both rspan session 1 remote vlan 100 source uplink ethernet 1/25 Both transmit (TX) and receive (RX) traffic on port 2 will be mirrored to uplink port 25 via VLAN 100. Sh...
Comments
Post a Comment