12 Sep 2005 connolly   » (Master)

One-click dialing back in action

Aha! Ted and Dom showed me how to add a tel: URI scheme handler to firefox. It turns out that firefox consults the gnome configuration database, so this works:

$ gconftool-2 -t string -s /desktop/gnome/url-handlers/tel/command "echo %s"

In place of echo, I use a little script that Ted wrote that uses curl to drive Vonage Third Party Call Control. This works great with the hack to build an hCard version of my sidekick contacts!

tags: UriSchemes, sysadmin, hCard.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!