How to check folder size on windows
There are many small utilities are coming to check folder size.
I like small portable tools Folder size explorer.

Download link:- https://www.mindgems.com/products/Folder-Size/Folder-Size-Download.htm
How to check folder size on windows
There are many small utilities are coming to check folder size.
I like small portable tools Folder size explorer.

Download link:- https://www.mindgems.com/products/Folder-Size/Folder-Size-Download.htm
How to create scripts in Vicidial for Inbound or Outbound Campaign
Script will show the content which we will configure in the script screen on agent screen . when calling to outbound campaign number or call is coming to inbound campaign .
for example I have created a script for outbound campaign to just just the agent name who is calling and to whom he is calling. its depends upon how much data you have related to the you are calling or receiving call.
Your script will show under script tab as in below image .

How to change default Vicidial login 6666 to admin other name
After fresh setup of vicidial its gives you default login and password as 6666 and 1234 .
you can change default login 6666 to admin or as you want .
1- Login to your server
2- login to mysql
3-
mysql -u root -ppassw0rd use asterisk; update vicidial_users set user='admin' where user='6666';
It will change all records related to this user .
its is good to change due to security issue.
How to configure firewall IPTABLES on Vicidial on cloud .
If you are hosting your Vicidial on the cloud then there are big issue with illegal’s SIP registration attacks and illegal’s calls issue.
So its better to block every thing allow your IPs and RTP packets . this need to be done very carefully otherwise you will lock your self.
Here I am giving an example step by step . and I hope someone can come up some good addition to secure more .
Access your server by ssh
iptables -F iptables -N SIP iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -s X.X.X.X -p tcp --dport 22 -j ACCEPT iptables -A INPUT -s 8.8.8.8/32 -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p udp --dport 5060 -j SIP iptables -A INPUT -p udp --dport 5060 -j DROP iptables -A INPUT -p udp --dport 5061 -j SIP iptables -A INPUT -p udp --dport 5061 -j DROP iptables -A INPUT -p udp --dport 10000:20000 -j ACCEPT iptables -I INPUT 1 -i ens192 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -I INPUT 2 -i ens192 -p tcp --dport 443 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A SIP -s X.X.X.X/32 -j ACCEPT iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT ACCEPT /sbin/service iptables save
How to Configure GOIP GSM Gateway on Vicidial Hosting on Cloud
If you are planning to use GOIP GSM gateway for outbound and inbound campaign and your Vicidial is hosted on the cloud.
you have to take following steps to use GOIP GSM gateway on the cloud.
1- Go to Admin > Carriers > Add A New Carrier

Sorry there are no leads in the hopper for this campaign.
You have just created campaign and there are no leads in campaign .Now agent is trying to login and getting error Sorry there are no leads in the hopper for this campaign.

MANUAL DIAL option not showing on Agent Screen on Vicidial.
When Agent login in to campain and he is not getting MANUAL DIAL option on the screen

How to configure Mikrotik OPENVPN Server
1- Create IP Pool for OpenVpn Clients
IP > IP Pool > Add IP Pool

For Example I have taken range 172.16.100.100-172.16.100.150
This IP address will be assigned to OpenVpn Clients and Mikrotik Routers.
2- Create OpenVPN Profile
Go to PPP > Profiles > Add New Profile
How to user administrator right on VMware vSphere 6.5
If VMware vSphere 6.5 is not being managed by vCenter server and you want to allow users to admin rights .
1- create user go to
Host > Manage > Security & users > Add user

How to public any service without public ip using OPENVPN.
Some time we want to publish our website or any service from our desktop to internet . Then we require public IP to publish our services on the internet.
So resolve this issue we can user third party services like PORTMAP.IO this gives you ability to publish your services over the internet using OPEN VPN Client.
For more information visit there website https://portmap.io/