TAPI phone call from Access

P

Pecanfan

Hi,

I'm trying to integrate our VoIP phone system in to our Access database and
I basically want to do two things (for now):-

1. Call people directly from a telephone list in Access
2. Have Access identify calls using Caller ID

I've searched 'round the net for hours but can't find any form of 'beginners
guide' to such things. Our phone system allows a TAPI client to be
installed on PCs which allows calls to be made by just dragging and dropping
numbers onto an icon in the system tray. I'm sure there must be some way of
integrating this functionality into Access.

The TAPI software has a readme.txt with it (see below) but turning this into
a functional piece of code is beyond me!! :) ...

Any help or pointers would be greatly appreciated,

Andy


### NBXTSP README.TXT ###

The NBX TAPI Service Provider (NBXTSP) supports the Basic Telephony Services
as described in the Microsoft TAPI 2.1 specification. In addition, the
NBXTSP supports selected functions of the Supplementary Telephony Services
of TAPI.
The following table lists all of the TAPI functions supported by the NBXTSP.


Fix:
Basic Telephony Services supported functions:
lineInitializeEx
lineShutdown
lineNegotiateAPIVersion
lineGetDevCaps
lineGetDevConfig
lineGetLineDevStatus
lineSetDevConfig
lineSetStatusMessages
lineGetStatusMessages
lineGetID
lineGetIcon
lineConfigDialog
lineConfigDialogEdit
lineGetAddressCaps
lineGetAddressStatus
lineGetAddressID
lineOpen
lineClose
lineTranslateAddress
lineSetCurrentLocation
lineSetTollList
lineGetCallInfo
lineGetCallStatus
lineSetAppSpecific
lineMakeCall
lineDial
lineAnswer
lineSetNumRings
lineGetNumRings
lineSetCallPrivilege
lineDrop
lineDeallocateCall
lineHandoff
lineGetNewCalls
lineGetConfRelatedCalls
lineTranslateDialog
lineGetCountry
lineRegisterRequestRecipient
lineGetRequest


Fix:
Supplementary Telephony Services supported functions:
lineSetMediaMode
lineRedirect
lineDrop
lineHold
lineUnhold
lineSetupTransfer
lineCompleteTransfer
lineBlindTransfer
lineSwapHold
lineSetupConference
linePrepareAddToConference
lineAddToConference
lineGetAppPriority
lineSetAppPriority
lineAddProvider
lineConfigProvider
lineRemoveProvider
lineGetProviderList
lineAgentSpecific
lineGetAgentActivityList
lineGetAgentCaps
lineGetAgentGroupList
lineGetAgentStatus
lineSetAgentActivity
lineSetAgentGroup
lineSetAgentState
lineProxyMessage
lineProxyResponse
lineSetCallQualityOfService
 
Top