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 enable CDP in Cisco UCS Blades
How to enable CDP in Cisco UCS Blades 1- Login to Cisco UCS Manager 2- Click on LAN tab Click on Policies > Network Control Policies > Add New Policy
VMware ESXi CDP information via PowerCLI
VMware ESXi CDP information via PowerCLI Using PowerCLI, connect to the ESX host or vCenter Server:# Connect-VIServer esx-or-vc-hostname Run this script in PowerCLI: Get-VMHost | Where-Object {$_.ConnectionState -eq “Connected”} | %{Get-View $_.ID} | %{$esxname = $_.Name; Get-View $_.ConfigManager.NetworkSystem} | … Continue reading
Elastix IVR Recording PCM Encoded, 16 Bits, at 8000Hz
Elastix IVR Recording PCM Encoded, 16 Bits, at 8000Hz You can record your IVR prompts by two ways one is by your Telephone Extension and another is with Sound Recorder software. 1- Go to Elastix PBX setting > Systems Recordings … Continue reading
How to configure Cisco Phone 7911 with Elastix
How to configure Cisco Phone 7911 with Elastix Cisco Phone 7911 looks for term06.default.loads file to upgrade in to SIP firmware. Download the SIP firmware from cisco or google it and get the firmware files Configure your TFTP server and … Continue reading
How to configure Cisco Phone 7960 or 7940 with Elastix
How to configure Cisco Phone 7960 or 7940 with Elastix Cisco Phone 7960 or 7940 comes default with SCCP firmware you need to change the firmware to SIP . After the SIP firmware update you need to configure these phone … Continue reading
How to Configure Cisco Phone 7912G with Elastix
How to Configure Cisco Phone 7912G with Elastix Cisco Phone 7912G comes with SCCP firmware and you have to convert it to SIP . The easy way to convert this phone in to SIP . 1- Download the SIP firmware … Continue reading
How to check software installation and uninstall by event viewer
How to check software installation and uninstall by event viewer In the application log Event IDs 11707 and 11724 will let you know installation removal of software’s . Event ID 11707 tells you when a install completes successfully, and also … Continue reading
How to check Zain or Viva Prepaid Internet broadband balance by URL Kuwait
How to check Zain or Viva Prepaid Internet broadband balance by URL Kuwait Connect to your router and browse the link. https://www.viva.com.kw/en/web/corporate-portal/d-prepaid
how to stop error %Error opening tftp://255.255.255.255/ on cisco router
how to stop error %Error opening tftp://255.255.255.255/ on cisco router Problem: Service Configuration Error Messages Occasionally, during bootup of Cisco hardware through Cisco IOS software, error messages similar to these are displayed: %Error opening tftp://255.255.255.255/network-confg (Socket error) %Error opening … Continue reading