Page 1 of 1

CallerID with YAC

Posted: May 2nd, 2005, 9:33 pm
by DynamoBen
I'm using YAC on all my PCs on my network. When a call comes in a popup occurs on all the PCs with CallerID info.

It would be nice to be able to get that callerID info to pop up on the LCD.

http://sunflowerhead.com/software/yac/

Posted: May 3rd, 2005, 12:20 am
by IFR
...if at least i knew c++ :(

Posted: January 8th, 2006, 1:35 am
by DynamoBen
Still no takers on this? :(

Posted: January 19th, 2006, 5:09 am
by ReverseEngineered
I know lots of C++, though I normally focus on Linux and microcontroller development. Windows is ugly, but doable.

YAC uses a very simple format, and making a "listener" (as they call it) would be a cinche. I haven't even looked at the plugin development kit for Smartie yet, but I'm sure it wouldn't be too hard to make a small "listener" that would both perform an "action" when a message is received and would make the data (text or name/number) available.

Is there significant interest in this? I wouldn't mind getting my hands dirty (it's a slow semester in school :P).

Posted: January 22nd, 2006, 8:51 am
by balloonbuffoon
I would be interested in this!

Posted: May 18th, 2006, 3:40 pm
by janlev
This can't be so hard to do for someone who can a little C, just take text from port 10629 and present it on the display.

Sadly I can't speak C, so I'll have to wait for some good willed person to write it.

Posted: May 19th, 2006, 3:18 am
by _X7JAY7X_
I did a little research on this a few months ago. From what I read you can only read in caller ID data (using a modem) when your on hook. So you would have to answer the call first to see who it is. It doesnt make much sense to me; please let me know if this is wrong.

J

Posted: May 19th, 2006, 8:33 am
by janlev
That is not correct, Called ID is sent between first and second ring. You don't have to answer. I know because I have a callerid unit here.

Posted: June 13th, 2006, 3:33 pm
by Pingo
I would also be interested in this plug-in, especially if this plug-in can be made to "take over" what screen is showed and push the YAP-info on the LCD-screen (for a specified amount of time).

Posted: June 14th, 2006, 3:31 am
by _X7JAY7X_
Janlev you are correct. I messed around with it more a few weeks ago but didnt really start a plugin. That was my intention but no time right now.

J