VOCP System - CallerID - CallCenter

The VOCP Call Center can be used to display caller id information as calls arrive or from the vocp call log.

In order to have the CID info logged before VOCP actually picks up the phone, edit the /etc/vocp/vocp.conf file and change

log_incoming	1
to
log_incoming	0

This tells VOCP that something else will be handling incoming call logging. Now, edit mgetty's mgetty.config file and add the line:

cnd-program /usr/local/vocp/bin/cnd-logger.pl

You are now done with the CID setup for use with the VOCP CallCenter (although you must ensure that Caller ID is actually working, of course). If all you are interested in is seeing who is calling you, just launch the VOCP Call Center

$ /usr/local/vocp/bin/callcenter.pl &

and sit tight. The window will popup as calls come in (sometime after the first ring), displaying the caller ID information. Have a look at the using the CallCenter page while you wait.

You can also launch the callcenter from another computer, for instance while you are at work, to see who is calling in real time. Just run

ssh -C yourusername@yourvocphostname /usr/local/vocp/bin/callcenter

This will allow you to login to your remote host and launch the callcenter program. The display will be forwarded to your local X server.

Go Back


© 2000-2003 Psychogenic inc. All rights reserved.