Tim Long

Forever in Electric Dreams
The life and times of a Small Business Server MVP and all-round technology enthusiast. Tim is founder of TiGra Networks, a company based in South Wales UK specialising in small business IT. This blog is aimed at Microsoft Small Business Specialists, IT professionals, Astronomers and anyone interested in science and technology.

Browse by Tags

All Tags » HowTo » Asterisk (RSS)
Microsoft CRM Caller ID Lookup for TrixBox Part 4
In part 1 , part 2 and part 3 of this series, we built an ASP.NET 3.5 web application to accept a telephone number as a query string within the URL, look up that number in a Dynamics CRM database and return the matching contact name and company as the...
Microsoft CRM Caller ID Lookup for TrixBox Part 3
In part 1 we set the scene and created our web application project. In part 2 we began creating the HTTP Generic Handler, retrieved the CLID string from the URL's query string and knocked it into the correct canonical format ready for looking in the...
Microsoft CRM Caller ID Lookup for TrixBox Part 2
In part 1 , we set the scene and created a new project in Visual Studio and set up a few things in preparation. Now for the good bit, let's write some code! Diagnostics Throughout the code, you're going to see diagnostic trace routines. This diagnostic...
Microsoft CRM Caller ID Lookup for TrixBox
Following on from my last post where I discussed using LINQ to dip into a Microsoft Dynamics CRM database, here is a real-world application using similar techniques. This sample is an integration between TrixBox, an open-source IP Telephony system and...