Main menu

SmartFeed by FeedBurner Subscribe to the site feed.


If you find the information here useful, then please consider a small donation, or linking to this site.

Recent Comments

Recent Tweets

  • @longzheng Result! Well done
  • @Dr_Black :-( Sorry to hear that. Hope you're back on your feet again soon
  • @mbullock In which case I definitely stand by previous recommendation - slow-motion video of feet whilst running, until find the right shoe
  • @mbullock @dr_black For running? (cf. fashion) If so, I recommend http://bit.ly/2jykPV (Gait Analysis included). Not in London tho' (PE/CB)
  • @AndrewWoody Sounds familiar... and now it's Friday... so procrastination will kick in for a while until I GTD!

Calendar

August 2008
M T W T F S S
« Jul   Sep »
 123
45678910
11121314151617
18192021222324
25262728293031

Archive

Archive for August 7th, 2008

Customising a Cisco 79xx IP Phone: directory services

I’m still working on customising the the Cisco 7940 I use with SIP firmware for VoIP calls and one of the items that’s now working well is the directory services functionality.
At the most basic level, the directory_url directive may be set in one of the SIP configuration files (either SIPDefault.cnf or SIPmacaddress.cnf), for example:
directory_url: ”http://<i>webserver</i>/directory.xml”
The [...]

Installing PHP 5 on IIS 6

I’ve run PHP with Microsoft Internet Information Services (IIS) before (running on a Windows XP laptop) and I seem to remember the installation being quite straightforward. Even so, tonight I was installing PHP 5.2.6 with IIS 6 (on Windows Server 2003 R2 Enterprise x64 Edition) and I ran across a few issues. This [...]