Yet Another Asterisk Caller ID
What Is YAACID:
This Program is a caller ID program for the Windows platform written in C#.
It connects to an Asterisk server through the Manager Interface on port 5038. YAACID can hold up to 50 calls in its Call ID History.
Features:
Native Windows Program written in .NET
Sits in notification bar and pops up when a call comes in
Has the ability to play any custom wav sound when a call comes in and it pops up
Has the ability to spawn a web browser and when a call comes in, and it can pass any of the following variables to a given web page:
$CALLERID,$CALLERIDNAME, and $UNIQUEID
So, YAACID can be configured to have the following url: http://www.shatterit.com/callinfo.php?cid=$CALLERID&name=$CALLERIDNAME&id=$UNIQUEID
if a call comes in from: 716-852-5872, it will spawn a browser and go to:
http://www.shatterit.com/callinfo.php?cid=17168525872&name=Mark+Musone&id=12345.3
Screenshots:

Callerid Popup window

Configuration Window
Last Update: 09/10/2005
Download Latest YAACID V1.00
Documentation
Source Code Files
Old Versions
YAACID V0.9
YAACID V0.91
YAACID V0.93
YAACID V0.94
YAACID V0.98
YAACID V0.99
YAACID V1.00