Phone System Interface

D

doodle

Greetings all.
access 97, windows xp.

I am developing a customer order database and the department is
requesting some sort of interface with the phone system. They said that
the Japan location has it setup so that when the Customer Service
agent's phone rings, the database is somehow passed the telephone
number as a string and then the customer's summary screen automatically
pops up.

Anyone seen anything canned similar or have any ideas? I realize it
will depend on the phone system, but I just wanted to see if anyone has
done something similar.

thanks in advance

-doodle
 
A

Angus Comber

I have written a telephony COM component called Cuba which is a free
download - get it at www.iteloffice.com/developer.htm

It is basically a COM wrapper around TAPI. You don't really need to know
much about TAPI to use it but you will need to install a TAPI driver for
your phone system.

In addition, TAPI will present the phone number as a string - e.g.
0155523456 - so if you have formatting in your telephone fields or spaces be
aware of that when you do any matching. You might want to store telephone
numbers in a field WITHOUT spaces.

Hope this helps.

Angus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top