delphi - Virtual TAPI Device -
i'm building application relies heavily on tapi , allows users make/receive calls. wondering if had virtual tapi device or way of simulating incoming call, being on hold etc.
if matters have using hbtapi components delphi (standard edition).
unfortunately developing against simulator won't far due nature of tapi. know no complete end-to-end simulators.
you can, little effort, setup own simple simulation environment using microsoft's h.323 telephony service provider , 2 or more computers on network. there several tapi sip providers(terasip,siptapi) available let test against production sip servers.
i've not seen tapi compliant hardware simulators. there's variation among vendors make tapi compliant hardware simulator give realistic behavior.
your best bet test against actual hardware , provide list of ones support clients. can pretty results purchasing reliable voice modems support unimodem 5. can move tapi compliant pbx equipment there if that's direction you're interested in heading.
also didn't indicate version(s) of tapi you're intending target. tapi 2.x requires language bindings accessed outside of c/c++ while tapi 3.x uses com interfaces supports more limited subset of functionality provided tapi 2.x. has additional features not available in 2.x. not apparent hbtapi's documentation whether supports 3.x or not.
not vendors support both apis consideration well.
Comments
Post a Comment