tapi

hbTAPI Monitor Media Modes ERROR

Hi there folks, I'm using the hbTapi Delphi7 Components, and I need to set MonitorMedia.Active in a TAPI call so I can detect the type of the connection. Problem is that when I say: wTpCall.MonitorMedia.Active := true; I'm getting an error: "Operation not supported by underlying service provider"... Why's that? I have installed all t...

TAPI App on 64bits OS

I have a TAPI Application (Delphi 2007) working on 32bits OSs (XP, Vista, Win7). The TAPI server is 32bits Windows 2003 SP2. While TAPI APP is running on 64bits OS, I can connect to the line but i cannot get TAPI messages on my App. I can see messages have arrived on machine through Tracing tapisrv but the WaitForSingleObjectEx to the ...

Speech Recognition with Telephone

Hi Everyone, I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use speech recognition when they say "hello", it can start play the file until wait for playing file. Or even any n...

.NET TAPI Interface

I’ve been asked to write some .NET code that integrates with a phone system using a TAPI API. I read that there is no .NET interface for this API ( http://support.microsoft.com/kb/841712). Is there good third party .NET interface for TAPI? Or can anyone point me in the right direction to get started? ...

code to identify the number

Hi All, I got one problem while doing one TAPI application based project in C#. I'm using ITAPI3.dll My problem is.. i'm not getting incoming call information. To get the incoming call information, i'm using the get_callinfo function, but it is showing empty message. ...

TAPI lineGetAddressID() fails with LINEERR_INVALADDRESS

I have a windows mobile 6 application using TAPI 2.0. lineGetAddressID() is needed to get the address identifier used by several calls in the telephone api, but I can't get it to work. I have tried the following to no avail: HLINE line; // valid handle from lineOpen(); DWORD addr_id = 0; result = ::lineGetAddressID( line, &addr_id, LIN...

Intercept call made using TAPI

I have an application which currently has an option to call phone numbers. Now by default it opens the Windows Phone dialler utility and tries to call the number. I want it to instead make the call using skype, so what I was thinking was to create a c# application which would capture the callRequest and instead call skype.exe /callto: ...

tapi causing problems on server 2008 64-bit

Hey guys, i'm migrating my server app to a windows server 2008 64-bit. I'm using eventlogs to monitor exceptions and to see where things might go wrong. When i'm initialising a class, it call this : tapiManager = new TapiManager("TapiCallMonitor.net"); This is present in the Atapi wrapper from JulMar, to monitor calls. When i put tha...

PBX Outbound Call using TAPI

I need to develop a TAPI application to instruct PBX to make outbound call. Without the application, an user needs to dial 9, then the specified destination phone number to make a call. Otherwise, the user can only make call to other extension. What should i do to let the TAPI application perform similar action? BSTR ppDialableString; ...

What technology should i choose for this kind of an application?

One of my client has asked me an application Telephone answering machine which is exactly like customer care voice application (ie) he is maintaining a college, parents of students will call to a college phone no and they will be asked to enter student roll/reg no and they can hear that student attendence percentage,mark etc.... Is it ...

Playing voice over modem from a Windows service

I'm developing a VB.NET Windows service which is costantly checking a BMS database for new alarms and making phone calls to warn operators remotely. I'm currently using a .NET TAPI wrapper and the SAPI 5.3 interop assembly, and the steps I'm taking to speak over the phone are: Initialize TAPI interface; Make the call to the operator's ...

CSTA Link to Hipath 3000 (CSTA II or III) on perl

Hello! I need some infos about how i connect to a Hipath 3000 Series on the CSTA Interface. I need a quickstart for the connect ... maybe someone with experience on Perl and howto make CSTA Link ? Thanks a lot ...

Now that Microsoft has shutdown newsgroups...

...where does one go for help on boutique topics like TAPI, for instance? ...

TAPI: Is it a dead technology?

Is there such a thing as a TAPI implementation on 64-bit? Or am I stuck in the 32-bit land forever? Is there a viable replacement for TAPI out there? ...

ExTAPI: lineRegister returns before line is registered

I am using the extended TAPI function lineRegister to register a GPRS radio on the network after powering the radio on using lineSetEquipmentState. The lineRegister function is returning successfully before the network is actually registered. The asynchronous lineRegister function first returns a positive number indicating the functi...

Windows XP SP3 Dialer.exe - Log format

Hi all, I'm using Windows XPSP3's dialer.exe app to log all incoming and outgoing phone calls. The default location for the dialer.exe is: %PROGRAM_FILES%\windows nt\dialer.exe. Using this application's default Log Viewer (a txt file), I see records of both incoming and outgoing calls, but it only registers the phone number for the out...

3rd Party Call Control via SIP

I am trying to use SIP to do 3rd party Call Control. I am not sure that it's possible, so hopefully someone can enlighten me. I have the following scenario. On an internal network, there are several phone extensions. Alice has a physical SIP phone, so do all the other people in the office. What I want to do (for starters), is to ...

What's a good way of connecting a Windows service with an interactive window (HWND) ?

I have two pieces of Windows technology which I'd like to plumb together: a TSP (a TAPI service provider) and an API wrapped around some hardware. The API accepts requests synchronously but returns success/fail/status result asynchronously by sending messages to a passed-down HWND. As I understand it, the problem is that because a TSP r...

Place a call using TAPI from Delphi

I need to initiate a call using TAPI from Delphi 2006. I'd like it to be as simple as possible. Any suggestions for a simple component? Is it in JEDI? ...