Old Visual Voice 2.0 Program Question
Tue, 20 May 2008 11:46:01 -0700 (PDT)
I have kind of a strange question. I have become responsible for an
old IVR program that has been running for years (and years!) on an old
Windows 95 machine. It was programmed by someone who no longer works
here (naturally) in VB 5 or 6 using Visual Voice 2.0. My job is to
get this thing running on a new mac ...
|
Installing TSP with Windows Installer
Tue, 20 May 2008 09:36:09 -0700
Does anyone have sample code for installing a tsp using a VS 2008 (or
earlier) setup project targeted for the Windows installer?
I need to support only Windows XP and Windows Vista. I know the basic idea
(call lineAddProvider), but if somebody has already created a nice
installer, why do the work twice.
...
|
OS TSP development tool
Tue, 20 May 2008 14:52:44 +0200
Hell,
Is there some Open Source development tool suitable for TSP driver built
or must I do this with visual studio from microsoft?
Regards,
Daniel ...
|
Dialer is not able to receive incoming calls..
Tue, 20 May 2008 05:30:13 -0700 (PDT)
Hi,
I am using microsoft windows dialer in windows 2003 server and
Vista. But I am not able to receive any incoming calls through dialer.
But I am able to do the same in win XP. Its not internet calls but
through the PCX.
Is there any limitation only in windows 2003 server dialer?
Please help me.
Reg ...
|
Monitoring Outgoing Calls
Tue, 20 May 2008 09:39:50 +0200
Hallo,
I have made a little application for monitoring incomming calls and dialing
for outgoing calls. I don't find a way for monitoring calls, dialed on the
telephone. I would like to write all calls (in and out) into a journal.
I'm using VB.NET with JulMars ATAPI.NET and tried it with TSP "AVM TAPI
Ser ...
|
info about ProviderINIT at start and ProviderSHUTDOWN after close tapi application
Mon, 19 May 2008 14:05:41 +0200
Hi everybody,
I'm working with tapi applications with some PC with OS windows (2k, XPpro,
win2003srv,...).
When PC starts, almost alls PC load TSP (Provider Init) without active tapi
application, and only 2 PC DO NOT load TSP at starts but only when a tapi
application starts run I can see Provider Init and wh ...
|
Telephone device drivers are incompatible with TAPI.dll
Mon, 19 May 2008 02:18:04 -0700
Hi,
I have a TAPI driver developed in C++. The driver works properly in Win XP. But it throws a warning message in VISTA OS. The System is 32-bit system.
Warning Message:
One or more telephone device drivers are incompatible with TAPI.dll. Install an updated version.
Can anyone help me i ...
|
|
|
Getting my own phone number with TAPI
Sun, 18 May 2008 08:30:58 -0700 (PDT)
Hi everybody,
I am a frensh man so sorry for mistakes in my explications :s I design
an application in dotnet with Microsoft Visual Basic 2005 using api
TAPI. For the moment, my application can send and receive call. I
succeeded to "capture" the phone number of incoming call but I would
too like to get my own ...
|
How to read values (CallerID) from LINECALLINFO-Structure in VB.NE
Sun, 18 May 2008 07:01:02 -0700
Hello @all,
i need help with the linecallinfo-structure. Im working with the TAPI32.dll
in VB.NET.
Everything works fine but when i get back a correctly filled
linecallinfo-structure after calling lineGetCallInfo i do not know how to
read the CallerID into a Stringvariable.
The values dwCallerIDFlag (is ...
|
Tapi.3.1 C++ code error
Sat, 17 May 2008 17:52:01 -0700
Finally, after a few hours I was able to post a new thread.
My question concerns C++ Tapi.3 code I am trying to debug. The
environment: Vista Ultimate, VS2008. I use either Native or Managed debugging
mode with the same errors pretty much.
The error I am talking about is the type for a pointer gpTapi
HR ...
|