Success + a Caller ID Question II

Gert Doering (gert@greenie.muc.de)
Sun, 16 May 1999 13:26:15 +0200


hi,

On Sun, May 16, 1999 at 03:37:10AM -0700, Daniel Swan wrote:
> >> 1)  How do you write the cnd-program data to a local Xterm?  
> >
> >I send it to syslog, using the program logger:
> >
> >/usr/bin/logger -p local1.info "ISDN CALL: tty: $1 from '$2' to '$5'"
> 
> Reasonable enough, but where do you GET the info from?  

Grrrr, the answer to that has been already included in my previous mail.

> Would I be correct in assuming that the above statement is called 
> within a *.cnd program?

Well, yes.  It's a shell script line.  "cnd-program" can be whatever you
want, but shell (or perl) is convenient, C is not.

> The part I am unclear on is where the *.cnd program is called.