Posts

Showing posts from July, 2021

SIP-DECT with MX-ONE forced gateway for passive call recording

Image
By default RTP streams sends directly between 2 SIP end-points (e.g. DECT handsets on SIP-DECT system). A MX-ONE PBX have special setting "Forced gateway" to force RTP streams pass through Media Gateway. In this case will be possible to record calls using passive port mirroring on a L2 switch. Please find pdf slides  with detailed explanations.

SIP-DECT 8.x initial setup and configuration

Image
New 4 Gen base stations RFP44/45/47/48 require at least SIP-DECT 8.0 software. RFPs have equipped with multi-color status indicator and "reset" button to simplify setup to factory default settings. Please find detailed instruction how to setup RFPs from scratch to make a first call over SIP-PBX:  SIP-DECT slides  (pdf).  

MX-ONE Call Information Logging (CIL) - How to create and parse call logs

  MX-ONE commands to create call logging for LIM 1 to local directory   /var/opt/eri_sn/call_logging/   with CSV file type: callinfo_output_set -output 0 -lim 1 -local -type file -dbname /var/opt/eri_sn/call_logging/lim1 -subtype commaseparated callinfo_status_set -output 0 -lim 1 -state on callinfo_status_print -lim 1 -output 0 Find call record details files  lim1.x.dat , where x  is the day of the week number: mxone_admin@mx1:~> cd /var/opt/eri_sn/call_logging/ mxone_admin@mx1:/var/opt/eri_sn/call_logging> ll total 17476 -rw-r----- 1 eri_sn_d eri_sn_g 3417 Jun 6 00:00 lim1.0.dat -rw-r----- 1 eri_sn_d eri_sn_g 3417 Jun 7 00:00 lim1.1.dat -rw-r----- 1 eri_sn_d eri_sn_g 1453639 Jun 8 23:49 lim1.2.dat -rw-r----- 1 eri_sn_d eri_sn_g 5697519 Jun 10 00:00 lim1.3.dat -rw-r----- 1 eri_sn_d eri_sn_g 5763712 Jun 10 23:59 lim1.4.dat -rw-r----- 1 eri_sn_d eri_sn_g 4944028 Jun 11 17:00 lim1.5.dat -rw-r----- 1 eri_sn_d eri_sn_g 3417 Jun 5 00:00 lim1.6.dat...