»
DSM 4.3 has been released. A more complete list of new features can be found in the old beta announcement. Upgrades went smoothly. I think next time I should update all packages before upgrading DSM.
»
How to create an L2TP IPsec tunnel to NetBSD so it works with your Android phone, iPhone or other iOS device, Mac OS X, and a bunch of other things as well.
»
When I click on Preview in the WordPress editor, Fluid makes a GET request to the web server. It still uses the action address specified in the #post form (post.php), just not the POST method. But none of the form values are included, so I end up staring at a listing of all posts instead of the preview I wanted. Maybe it is getting confused by the fact that the #post-preview “button” is actually an HTML link (an a element)? There is also some JavaScript that attaches to the click event of the link (see the doPreview() function).
»
As of Asterisk 1.8 a prefix is no longer valid for choosing the busy / unavailable announcement: VoiceMail(u${ARG1}) You need to pass it in the options instead: VoiceMail(${ARG1},u)

Properly overriding caller ID

Written at lunch time in English • Tags: ,

I don’t usually call myself so I hadn’t until recently made note of my own caller ID not being what it should. Looking at CDR logs the caller ID on one of my phones changed in September 2012 from “my” extension to the extension of the phone device. (more…)

»
Upgraded to WordPress 3.6. The admin bar went missing on the front end…