Entries Categorized as 'Software'

Software Quality Days 2010

Date October 8, 2009

Es ist wieder soweit! Fast ein  Jahr nach der letzten Software Quality Days findet von 19.1. bis 21.1.2010 die Software Quality Days 2010 statt (Twitter-Hashtag: #swqd2010). Diese Veranstaltung widmet sich ganz dem Thema Software-Qualität und Software-Testing.

Als einer der aktiv daran Beteiligten freue ich mich jetzt schon auf die vielen Vorträge und ich persönlich (neben [...]

CopyAllURLs Maintenance Release 0.8.1

Date May 21, 2008

I just uploaded the latest version of my Firefox extension. It now supports Firefox 3 (I tested it with RC1, but it should also work with the final fox).
At the moment I have not yet implemented any new features, I will keep this planned for the next major release, which is scheduled for June 2008.

June [...]

Recording ISOs on Vista

Date May 14, 2008

Windows Vista lacks the ability to burn ISO files on CD. ISO Recorder fills this gap.
Ah yeah, I know I should have installed a real operating system …
Edited to add on 2008/06/18: I had to uninstall ISO Recorder because it rendered my disk drive useless. I only could write but never read a CD or [...]

Java does’nt like C:\Programme on Vista

Date May 8, 2008

On my German Windows Vista I have a folder called C:\Programme which is basically the translation of C:\Program Files in the English version. But unlike in Windows XP, where the folder is really called this way, Vista does use a kind of just-in-time translation when accessing this folder through Windows Explorer. So it happens, that [...]

Success is an error

Date May 6, 2008

Update: I forgot to mention this. For all those interested in more software curiosities like the dialog above, I recommend visiting The Daily WTF.

Asterisk PBX behind NAT

Date March 17, 2008

I had a lot of problems with an Asterisk BPX behind NAT. Asterisk dropped all incoming calls after 20 seconds because of an unanswered packet. This is a well known problem when NATing Asterisk, but even Google does not provide any solution. This single problem drove me nuts last friday when I tried all possible [...]

Asterisk VoIP server talking to Inode SIP gateway

Date February 26, 2008

After some problems to get an Asterisk server talking to an Inode Telenode gateway (incoming calls did not work) I tried the following configuration for sip.conf and it worked like a charm:
context=default
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
nat=yes
allow=all
externip=81.223.xxx.yyy
localnet=10.0.0.0/255.255.255.0
register=0999999999:password@px.voip.inode.at
incominglimit=10
and users.conf:
context=DID_trunk_1
dialformat=${EXTEN:1}
canreinvite=yes
hasexten=no
hasiax=no
hassip=yes
host=px.voip.inode.at
port=5060
type=peer
registeriax=no
registersip=yes
secret=password
trunkname=Custom – Telenode
trunkstyle=customvoip
username=0999999999
callerid=0999999999
fromdomain=px.voip.inode.at
contact=0999999999
fromuser=0999999999
allow=alaw
insecure=very
AsteriskNow helps a lot when setting up an Asterisk server and is actually a time saver. Just download the ISO image [...]

Microsoft Protocols Programs

Date February 25, 2008

Microsoft started a Protocols Program, thousands of pages of documentation in PDF-format (via TaoSecurity).

New del.icio.us firefox extension

Date April 12, 2007

Yahoo released a new firefox extension for del.icio.us. What a difference to the old one!

syncs bookmarks into browser menu,
much faster loading of tag dialog window,
sidebar search feature,
tag manager …

I can really only recommend it!Edited to add on 2007/04/14It’s a great extension with many useful features, but after synchronization of my almost 7K bookmarks it is [...]

Yvonne’s Job

Date March 21, 2007

This is a little bit of an insider joke , but it’s worth reading anyway. Worse Than Failure.
BTW, I recommend WTF for all people in software dev, QA and testing.