资 源 简 介
Initial idea as to make a simple caller id pop-up in Windows 7 MCE. I don"t have a modem and uses asterisk for my home line.. so works with asterisk only (for now).
How TO:
Install the setup file to integrate with MCE.
Modify asterisk config to something like..
exten => _X.,1,system(/bin/echo -n -e "_MSGTYPE,1,${CALLERID(num)}| ${CALLERID(name)}" | nc -w 1 hostname 3000)
(hostname is the server name where you mce is running)
You will also need to open port 3000 in your firewall.
good luck!