Home
Kadek Sena Perdiana
Cancel

Blog Posts Page 13 of 20

CUCM Extension Mobility

CUCM Extension Mobility is a feature that allows users to log in to any Cisco IP phones and temporarily adopt their personal settings, such as phone number, speed dials, and services, regardless of...

Cisco Secure Endpoint

Cisco Secure Endpoint is an endpoint security solution provided by Cisco Systems. It is designed to protect endpoint devices such as laptops, desktops, servers, and mobile devices from security t...

VXLAN

VXLAN, or Virtual Extensible LAN, is a network virtualization technology that enables the creation of virtualized Layer 2 networks over an existing Layer 3 infrastructure. VXLAN overlays a Layer 2 ...

Palo Alto Site to Site IPSec VPN

A Site-to-Site IPSec VPN is a secure connection established between two networks, connecting different offices or branches of an organization over the internet via Palo Alto firewalls. Here’s...

NICE Engage

NICE Engage is a comprehensive recording and analytics platform designed for unified communications. It supports various communication channels, including voice, video, and text. NICE Engage provid...

Calabrio ONE

Calabrio One is a recording platform designed to capture and store various customer interactions, including phone calls, as part of its broader workforce optimization suite. This functionality allo...

CUCM Single Sign On (SSO)

Cisco Unified Communications Manager (CUCM) Single Sign-On (SSO) is a feature that enables users to log in once and access multiple applications and services within the CUCM environment without the...

Active Directory Federation Service (ADFS)

ADFS is a Microsoft Windows Server feature used for single sign-on (SSO) authentication across multiple systems or applications. Configuring ADFS First install the ADFS Features Afte...

PDF Embedding with Instructor & Langchain

In this previous post, we created a custom GPT that reads through a embedded PDF as an additional context to help better answer the question asked by user, but it depends on OpenAI for embedding ...

PDF Embedding with Langchain & OpenAI

PDF Embedding is a process to extract data from PDFs and embed it into a vector represented data, which then is used as context for an LLM to answer the question the user asked. First of all,...