I was searching on the Internet if there were any MAC-Telnet clients for linux/posix, since using terminal.exe in wine is problematic sometimes, as wine gives it access to only one of the NICs in your computer.
I didn’t find any clients, but I found this nice reverse engineering of the protocol, which interested me, because I’ve [...]
Posted June 21st, 2010 in C, routeros.
Not much to write about lately, but many of you, me included, use queue_log to generate important statistics about a company’s queue calls. It is important to see how many times a user have been called, how many times they answered, how long the calls last, etc.
But one thing missing, has been how many calls [...]
Posted February 27th, 2010 in asterisk, work.
A few years ago, I read this wiki page at voip-info.org, where I was informed of this nifty thing called TDMoE. TDMoE is TDM over Ethernet. This nifty DAHDI driver (dahdi_dynamic_eth), provides any dahdi signalling via Ethernet. So if you need to have PRI signalling between two asterisk servers in the same room. Look no [...]
Posted February 3rd, 2010 in asterisk, work.
Our mobile-phone operator has given us access to live status information about all the phones in our subscription. What this means is that when one of our phones are being called to, or turned of, or even roaming to another country; they automagically notifies us instantly via a private API.
What this means, is that we [...]
Posted January 29th, 2010 in asterisk, work.
This patch was developed because Asterisk was missing a ACD feature that our customer has on their previous IVR system. The feature is that if a person(read: agent) goes away from his/her phone, and forgets to log out from the queue, the agent gets ‘paused’ for a specific amount of ‘penalty’-time, where the agent won’t [...]
Posted January 28th, 2010 in asterisk, work.
For some while I have been using the Akelos library for MVC development within PHP. The reason I like this library over other well-known libraries like Zend Framework, CakePHP etc, is that this library is very much coded with “Convension over configuration” which means that you don’t have to over-configure everything. And it’s easy to [...]
Posted January 24th, 2010 in hobby, php.
This is acctually a mini project I did a while ago, but I thought I could write a small post about it here, and give out the source code.
The reason I did this, was because I used icecast, and had 5 streams up with a lot of users, but sometimes you would get sound from [...]
Posted January 21st, 2010 in hobby, perl.
At work, I use Asterisk as the main system behind our IVR sollution. And sometimes we get into stuff that Asterisk just cant handle/do.So I’ve started to peek a bit on the * source code, and started posting a few “quick fixes/mini features”.Heres the list so far:[manager] AMI Redirect: Posibility to send two channels in [...]
Posted December 11th, 2009 in asterisk, work.
So, in the last blog entry I told you about the perl DMX backend that we are doing for the party project of ours.We have concluded that we will have a bitchin’ intro show. And it will be timecode controlled. Every little audio / DMX / Video effect will be timed to the millisecond.To do [...]
Posted October 3rd, 2009 in electronics, hobby, jackd, pic, timecode.
William and me are starting to prepare for the next Exploit party, and this year we have decided to control all the lightning and video equiptment by perl.
We started for two days ago. William has a ENTTEC USB Pro which is fine for interfacing. In Linux, it is recognized as a standard COM port, and [...]
Posted August 9th, 2009 in dmx, hobby, perl.