vos3000 illegal calls query to block IP address

vos3000 illegal calls query to block IP address

All call records are saved in e_cdr_files

you can query to get ip addresses of illegal calls source.

mysql> select DISTINCT callerip from e_cdr_20180818 where endreason = ‘-9’;
+—————-+
| callerip |
+—————-+
| 195.154.93.229 |
| 50.2.187.130 |
| 5.62.63.181 |
| 216.244.84.202 |
| 37.49.231.161 |
| 88.198.57.146 |
| 37.49.231.63 |
| 50.22.52.22 |
| 93.190.143.70 |
| 216.244.73.98 |
+—————-+
10 rows in set (0.00 sec)

if someone can write a script to get IP address from current date CDR  for every 5 min and update the iptables automatically.

VOS3000 Switch Firewall rules

VOS3000 Switch  Firewall rules

If you are running you VOS3000 server behind the firewall then you need to allow the following ports on your firewall.

tcp port:
vos-client: 1202
web: 8080
H323: 1719 1720 3719 3720
H245: 10000-39999

UDP port:
SIP:5060, 5070(RC4) and addition you added
RTP: 10000-39999

 

How to change VOS3000 server sip port 5060

How to change VOS3000 server sip port 5060

If you want to change vos3000 default sip port 5060 , 6060. you can change the SIP port no by editing

file  softswitch.conf   /usr/kunshi/mbx3000/etc/softswitch.conf

#!/bin/sh

SS_NAME=”MBX3000″
SS_H323RASPORT=”1719″
SS_H323RC4RASPORT=”3719″
SS_H323SIGNALPORT=”1720″
SS_H323RC4SIGNALPORT=”3720″
SS_SIPPORT=”5060,6060″       (Change port no here)
SS_SIPRC4PORT=”5070″

SS_EMBEDDEDSERVICEIP=”192.168.1.1″
SS_EMBEDDEDSERVICEPORT=”5065″

SS_MEDIAPROXYMODENABLE=”1″

 

VOS3000 2.1.3.2 Features

VOS3000  2.1.3.2 Features

Add Recaculate CDR for VOS3000
Add Database Connection & CDR Insert Fail Alarm for VOS3000
Support IP Block when Login Failed
Support Web https
Add Area Analysis Report
Fixed Phone Additional Settings on Web
Add Black/White Group
Add Domestic Business Setting for Phone
Add Callin/Callout/Total Capacity for Phone
Add Callin/Callout Prefix for Phone
Add IP Settings for DMZ

Continue reading VOS3000 2.1.3.2 Features