Apr
29
This example will guide you through a simple IP based load balancing solution that handles ssl traffic.
The Configuration =
Load Balancer: // will be our haproxy server
Web Server 1: // web application server 1
Web Server 2: // web application server 2
Admin Panel Port 8080: // Statistics Panel [...]
Apr
14
Overview:
Do an SVN hotcopy so you get all your stuff
tar up the entire directory
split and bzip the files using p7zip so they can fit on hosted drives ( 2 Gb files )
copy them to S3 or any online service
Commands:
/usr/bin/svnadmin hotcopy /path/to/svn/repository /path/to/destination
tar cvf /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar /path/to/destination/*
/usr/local/bin/7z a -tbzip2 -v2g svnbackup-`date +%Y-%m-%d`.tar.bz2 /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar
Copy them over [...]
Jul
1
Telecom Services for Developers
Filed Under Cloud Telephony, Developers, Voice 2.0 | Leave a Comment
Callfires’ core services are Voice Broadcast, Virtual Call Center and VoiceXML.
I’ve been working on the API documentation for many of the services but here are a few that can be usefull: Click-To-Call API, Dialer API, Phone call API, Telephone API, Call center API and Voice broadcast API.
