Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (196)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
- Palo Alto UNAT Configuration – Step-by-Step Lab Guide (LAN → DMZ via WAN)
Author Archives: Gkhan
How to check your port forwarding is work
How to check your port forwarding is work go to this website and you can check . https://www.yougetsignal.com/tools/open-ports/
How to find VMware supported Hardware
How to find VMware supported Hardware VMware has provided search option to check hardware combability. you can check on below link . https://www.vmware.com/resources/compatibility/search.php
Posted in VMware
Tagged How to find VMware supported Hardware, VMware Compatibility Guide
Leave a comment
How to setup your IT Infrastructure for Work From Home
How to setup your IT Infrastructure for Work From Home in low cost with open source secure industry standard technologies. Here I am going to talk about talk about small and medium size offices and companies who are not able … Continue reading
Posted in IP Telephony
Tagged asterisk, dinstar, grandstream, IP PBX, issabel, Microsoft PPTP VPN Server, mikrotik, openvpn, OpenVPN Clients, OpenVPN server in the Cloud
Leave a comment
How to Restart Management agents in ESXi Using ESXi Shell or Secure Shell (SSH)
How to Restart Management agents in ESXi Using ESXi Shell or Secure Shell (SSH). Log in to ESXi Shell or SSH as root.For Enabling ESXi Shell or SSH, see Using ESXi Shell in ESXi 5.x and 6.x Restart the ESXi host daemon … Continue reading
how to restart vmware esxi Network adapter
how to restart vmware esxi Network adapter Login to VMware Esxi through ssh check the network interfaces by following command . # esxcli network nic list —-To down your interface —– # esxcli network nic down -n vmnicX … Continue reading
How to enable call forwarding from SIP extension Softphone or Analog Phone
How to enable call forwarding from SIP extension Softphone or Analog Phone if you are using Asterisk PBX or Issabel PBX . From the Softphone or Analog Phone Dial *72 with number where you want to forward the call for … Continue reading
MikroTik DHCP Server configuration for multiple Networks
MikroTik DHCP Server configuration for multiple Networks If you are having multiple Network and want to configure DHCP server for your Networks . Follow the steps and change the IP Address and Interface names according to your requirement. Here I … Continue reading
how to configure sip trunk between cme and issabel
how to configure sip trunk between cme and issabel or how to configure sip trunk between cme and elastix. Some time we require sip communication between Cisco CME and Asterisk servers to send and receive calls to and from CME … Continue reading
centos 5.11 yum repository
centos 5.11 yum repository It is now EOD no updates available. but we require yum repo to install old applications . go to and run cd /etc/yum.repos.d for i in $(ls *.repo); do mv $i $i.orig; done copy the below … Continue reading
How to check Internet Speed on Centos CLI
How to check Internet Speed on Centos CLI Speedtest-cli is Python script its works on Python program. you must have Python installed. check if have installed . python –version python3 –version lsb_release -a if you have not install then install … Continue reading