Archive for May, 2007

Incoming Caller-ID Information Monitor

May 11, 2007

Jon’s Phone Tool (JPT) is the app I’m now testing and using to display caller-id. It has scripts to dial the phone from within FMP, but I’ve yet to figure a way to extract, from incoming calls, the data displayed.

JPT is a lot too fancy for my taste. If I had the raw code, I’d make the caller-id data append directly into a simple tab-delimited text file. Because JPT also has extensive AppleScript support, that may yet be possible. However, the 14 day free trial period is enough to convince me to look elsewhere.

Hello, you’ve reached MotorolaSM56K

May 2, 2007

Just signed up with AT&T for caller-id. Plugged the phone line into the modem on back of the computer and installed Silica.

The first few times I called from another line, to test the connection, Silica operated as specified: Little window pops up on desktop showing name and number of caller. Then it got inconsistent, followed by non existent. What was the problem? There are rumors about Mac internal modems being not of the highest quality because hardly any one uses them anymore, but I did see it working, at first.

Going to Terminal, I used the screen command to view the modem session:

screen /dev/tty.modem

It replied “Resource busy. Sorry, could not find a PTY.”

Oops! I went back to Silica’s Settings, stopped the service, then re-entered the screen command in Terminal, and got the expected blank screen.

Calling from my other phone, I saw the modem detect the call:

RING

RING

So, it’s not a hardware problem. To be continued (I’ll figure it out)…

BTW: To quit (kill) the screen window manager, use Cntrl-a k.