- ARCHIVE / TAG ARCHIVE
- Affordable CDR Billing for Cisco Call Manager
CCM Billing is affordable billing solution for Cisco CallManager telephony systems built on LAMP stack. System captures and analyzes CallManager’s CDR (Call Detail Record) entries and rates the calls providing billing data. This data is accessible via the reporting system, as well as in raw CDR format. It is primarily built for: small/medium sized companies [...]
- pfSense FTP Backup package
If you manage several pfSense boxes you might find it useful to have automated backups easily available. This pfSense FtpBackup package allows you to set up scheduled (daily, weekly or monthly) backup to your FTP server.
- Dreamhost did it again
I’ve just received an email from DreamHost (which hosts some of my domains) saying that they have moved my account to a new server. No one who ever tried it really knows what can go wrong during server migrations, so I tried checking some of my sites only to be welcomed with “Application error symfony [...]
- direktno
Simpa is happy to present you direktno.ba, a pay-per-view entertainment audio / video portal currently covering one of the most popular regional TV shows. At the moment you can view all existing episodes of the “Lud, zbunjen, normalan” and watch the new ones at the same time they are broadcasted live on TV! Together with [...]
- Symfony Cron Job
It is good to know that you can use symfony from command line and automate periodic tasks with cron (i.e. sending mails, sms reminders, checking log files, etc.) Here is one symfony cron job example: <?php define(‘SF_ROOT_DIR’, realpath(dirname(__file__).’/..’)); define(‘SF_APP’, ‘front’); define(‘SF_ENVIRONMENT’, ‘prod’); define(‘SF_DEBUG’, false); require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.’apps’.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.’config’.DIRECTORY_SEPARATOR.’config.php’); $context = sfContext::getInstance(); date_default_timezone_set(‘Europe/Sarajevo’); $now = date(‘Y-m-d H:i:s’); $five_min = [...]