Blog

Custom Vicidial web form using jQuery and AJAX to control the call via the agent and non-agent API's.

Vicidial has a lot of great features out of the box to build forms and scripts for agents to follow. However, sometimes it is worth the time and investment to create custom web forms that can greatly improve the call flow, and help agents obtain more accurate data. 

Read More >>

Run commands via SSH to a remote server using ColdFusion, Putty and Plink.

In order to create a real time dynamic ip whitelist solution for a client I needed to be able to SSH into a pfSense fiewall using ColdFusion and kick off a few .sh files to update the firewall's ip whitelist. ColdFusion dosen't have the ability to ssh directly, but by using <cfexecute>, Putty and Plink you can get the job done.

Read More >>