Just when you think your phone doesn't support caller ID through PC!
Spending alot of time looking into this issue, I have found a cure!
There is an AT command to enable the CallerID feature through the com port, HOWEVER, it is session based, meaning, as soon as you restart, lets say, hyperterminal, it will forget the setting. This meant that the value, being session based, was in temporary memory during the period of use.
So I give you the commands!
Open up Hyperterminal, you will need to type these values in for the phone to configure itself.
### This enables the callerID feature
AT+CLIP=1;+CRC=1
### Save parameters in your profile + powerup option so it won't reset.
AT&W
AT&Y
Voila, now that should help alot of those phones out there hopefully
In other notes, Freefone didn't parse the phone number out even though it sees it (verified Debug.txt). Guess it's a bug in freefone

CdRsKuLL hope you catch this and fix the bug issue
Here's a little snippet of Debug.txt
----------------------------------------------------------
1/7/2008 10:02:09 PM: Out: [AT+CSQ]
1/7/2008 10:02:10 PM: In: []
1/7/2008 10:02:10 PM: In: [+CRING: VOICE]
1/7/2008 10:02:10 PM: In: []
1/7/2008 10:02:10 PM: In: [+CLIP: "+15140000000",145]
1/7/2008 10:02:10 PM: In: []
1/7/2008 10:02:10 PM: In: [+CSQ: 22,99]
1/7/2008 10:02:10 PM: In: []
----------------------------------------------------------
Tony