Read data from hicom4000 pabx device
Tue, 15 Apr 2008 06:06:46 -0700 (PDT)
I have a software to read data from a pabx device through com port
using MSComm component and serial port. But now I want to read data
through IP without any serial port. Because hicom4000 does not support
serial port. Only access by lan. ...
|
Bugs in RasApi32.dll?
Mon, 14 Apr 2008 19:38:09 -0700 (PDT)
In dllmain@rasapi32.dll (DLL_PROCESS_ATTACH), it opens a global mutex
which names "RasPbFile" and closes it in dllmain(DLL_PROCESS_DETACH).
The dll use the mutex to sync the read/write operations of the phone
book file. In function ReadPhonebookFileEx and WritePhonebookFile.
In both these two functions, the ...
|
Outlook - makeCall
Mon, 14 Apr 2008 17:28:02 +0200
Hi,
I have a problem trying to intercept the makeCall requests made by Outlook
in my TSP.
I have exported all TSPI_ functions (that makes a lot). Watching the traces,
I can see that, when I click Start Call in Outlook, The following functions
are called:
[316] [TSPI_providerUIIdentify]
[1896] [TUISPI ...
|
To Matthias
Sun, 13 Apr 2008 11:51:06 -0400
Your server terasens.com/ and email is out for service for at least 3 days
or more!
Jack
...
|
Need CiscoLineDevSpecific.h file or snippet
Fri, 11 Apr 2008 07:08:21 -0700 (PDT)
Hi, I'm still looking for help with the Cisco docs and using their
device specific functions. The documentation references
CiscoLineDevSpecific.h as containing the structures for all of the
devspecific functions. Cisco installs CiscoLineDevSpecificMsg.h on all
computers you install their TSP on, but no CiscoLi ...
|
Help with setting Cisco Message Waiting lamp
Thu, 10 Apr 2008 18:22:05 -0700 (PDT)
Hi Everybody,
I'm sorry, but I just can't read the C++ documentation from Cisco. In
addition to the complexities of C++, they keep abstracting classes.
Does anyone have old VB6 code on this, or Delphi, or VB.NET or
C#.NET? If not, then at least simple straight C code for turning the
message light on and off ...
|
Accessing a C# dll from C++/CLI TSP
Thu, 10 Apr 2008 09:07:55 -0700
I'm implementing a TSP and since I've used C# more than C++ in recent
years, I wanted to do the bulk of the implementation in C#. The idea was
that the traditional interface to TAPI would be C++/CLI and it would
call methods in a C# dll. At first this seemed to work great, but then I
discovered that the call ...
|
|
|
Problem Detecting Incomming Call
Wed, 9 Apr 2008 22:26:34 -0400
Hello Fellow TAPI People....
Just embarked on trying to detect incomming calls.
I have learned to use the TAPI 2.0 Browser before I try any kind of TAPI
Coding and that is where I am stuck.
In TB20, I Initialize the line and then open it with Monitor privilege.
I have the phone line connected to my lap ...
|
Prompting for phone number?
Wed, 09 Apr 2008 23:53:26 +0200
Hello
I don't seem to have found a Windows app (either Win32 or .Net) that
can do this:
1) check if the user called with CID # available, or hidden. If the
number was hidden, pick up the call, and prompt the user to type their
number with DTMF
2) prompt the caller for a number to tell the reason they called ...
|
where to start IVR development
Wed, 9 Apr 2008 02:04:04 -0700 (PDT)
hi,
i want to build a simple IVR system. i know TAPI can be used in such a
system, but im looking for some API which can run in UNIX as well. is
there such an API?
if i choose to use TAPI from MS, what kind of hardware resources would
i need? Can i run and test applications that use TAPI using a modem
and a ph ...
|