C++/VB - HIPATH 3000 3rd Party TSP problem
Asked By Oscar Menezes
08-Feb-10 03:24 PM

Hello,
I need to start to develop an application to Siemens HIPATH 3000. I planned
to use the C# in VS2005. But I never used before the TAPI ...
I read a lot of stuff in the net, and I know that it is necessary use the TSP
provided by the manufacturer.
I downloaded the CallBridge Collection V2.0. But after installing and doing
some testing, I discovered that the CBC 2 is just a 1st. Party TSP. After
trying to find the links, or some material about the 3rd. Party TSP, I found
some material related to the HiPath CAP. But I am facing the following
problems:
- The Siemens web site changed. A lot of links are invalid now.
- I read some docs but it is not clear to me if its necessary install any
additional driver or software to connect to HIPATH using the 3rd. Party TSP.
- I have some docs (TAPI 170 V2 Dev Guide, CBCV2 Program Guide and the
HP2k3kCSTA_P3.zip with some PDFs inside). But I could't find any driver or
additional software to install.
- The application enviroment is Windows XP. The default TAPI version for
this OS is 3.0 but the HIPATH only works with TAPI 2.1. How can I solve this
issue ?
- I need change some configuration in HiPath to accept connections and
monitor the calls through the application?
Some help will be very appreciated. Thank you in advance.
Oscar
Windows XP
(1)
Visual Studio 2005
(1)
HelenWarnCsharpTapi2LibraryWrapper
(1)
TAPIaroundTheWorld
(1)
AgileSoftwareInc
(1)
PDFs
(1)
CategoryView
(1)
CallBridge
(1)
Andreas Marschall [exMVP TAPI] replied to Oscar Menezes

Oscar,
Regarding TAPI and .NET see KB article "841712 - Telephony Application
Programming Interface (TAPI) functionality is not supported from managed
code".
http://support.microsoft.com/kb/841712
Please have a look at the following freely available TAPI2 (#2,3,4) / TAPI3
(#1) wrappers:
existing TAPI3.0 code based on TAPI3 interop can easily be ported
http://www.julmar.com/blog/mark/CategoryView,category,Tapi.aspx
TAPI 2.x managed library for application development
http://www.julmar.com/tapi/
small TestApp both for Visual Studio 2005.
Helen agreed that I put the wrapper and sample on my server for download:
http://www.i-b-a-m.de/AgileSoftwareInc/HelenWarnCsharpTapi2LibraryWrapper_Version_1_2_0_1.zip
http://www.iteloffice.com/products/cti_api.html
All you need is the HiPath TAPI 170 product.
HT170 is the 3rd party TSP for the HiPath 3000 PBX family.
It installs all required components to communicate with the PBX.
The latest released version of HT170 is build 61.
Please note that you need licenses for each line device.
So I suggest contacting your local Siemens dealer on this.
For limited testing it is possible to enter DEMOMODE as license string and
get running 3 line device for 2 hours.
After 2 hours you need to reboot the PC to get the next 2 hours for testing.
Where do you got the "TAPI 170 V2 Dev Guide" from?
Ii is usually bundled with the HT170 setup.
This is no problem: all TSP that support TAPI 2.x are automaticall supported
by TAPI 3.x via the OS-internal mapping by the Telephony Service.
Do you want to develop with TAPI2 or TAPI3 ?
What HiPath 3000 version do you have? V7 or V8 ?
Do you have the HiPath 3000 Manager E software?
What type of CSTA-link are you using? IP, S0, or V.24 ?
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
Memory allocation in Windows XP C++ / VB Can Visual Studio 2005 allocate and use most all of the possible 4.0 GB of memory in Windows XP, or are there issues with this? In this case we assume 32-bit development in a 32-bit OS. Are there any issues with memory allocation and usage with Microsoft Windows XP Professional x64 Edition and 32-bit development? VC MFC Discussions Windows XP (1) Visual Studio 2005 (1) X64 (1) Newcomer (1) Subprjects (1) a hint at
with a std::vector (begin and end): Different behavior debug and release version C++ / VB Windows XP / Visual Studio 2005 - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Hi This is a code piece from an automatic generated C++ file in Any ideas? A comiler option? An include? Thanks for any hints. Hans VC Language Discussions Windows XP (1) Visual Studio 2005 (1) GSOAP (1) VectorTemplateOfstd (1) InDesign (1) HiI (1) Newsbeitrag (1) Iterator (1 Problems, with, a, std::vector, (begin, and, end):, Different, behavior, debug, and, release, version description: Windows XP / Visual Studio 2005 - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Hi This is a code piece from an automatic generated C++ file
Windows Vista / Windows XP Application Load Failure C++ / VB Hello, I seem to be having an issue with Visual Studio 2005 Professional on Windows Vista Ultimate. It seems to me that whenever I build an MFC application (which contains several DLLs and an exe), the application runs beautifully on Windows Vista (e.g. my development machine). However, when I attempt to run it on Windows XP I essentially get a failure to load DLL / Merge Module issue. Upon inspection of the
Trouble with XP visual style password symbol under Window XP MCE or Windows Server 2003? C++ / VB Hello all Users found that password symbol under Window XP MCE or Windows 2003 is not shown as like in Windows XP, it show a small vertical line like a cursor, not a chubby circle like in
in MSDN C++ / VB Hi, I've detected incorrected behavior of the list box control (windows xp, visual styles active, same problem in windows classic mode). From MSDN: are removed by the LB_DELETESTRING, LB_RESETCONTENT, CB_DELETESTRING, or CB_RESETCONTENT message. The docs. Am I doing anything wrong? Michael - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- - www.xcockpit.com - -- -- -- -- -- -- -- -- -- -- -- -- -- -- - Win32 UI Discussions WM_DELETEITEM (1) XP (1) LB_RESETCONTENT (1) CBS_OWNERDRAWVARIABLE (1) LBS_OWNERDRAWVARIABLE (1) CB_RESETCONTENT (1) MSDN (1) LBS_OWNERDRAWFIXED (1) Forgot to read related pages i would say. In description of DELETEITEMSTRUCT one can read that. . . Windows NT / 2000 XP: The system sends a WM_DELETEITEM message only for items deleted from an owner-drawn list adverstised, in, MSDN description: Hi, I've detected incorrected behavior of the list box control (windows xp, visual styles active, same problem in windows classic mode). From MSDN: The