C++/VB - How to make the voice call active in wm 5.0
Asked By Maddy
18-Jan-10 04:52 PM
Hi, I am developing a TAPI application in windows mobile 5.0 PPC.
A TAPI application runs fine (call receive, dial out), but voice
cannot be heared on the caller side, the other side the same
application works fine in windows mobile 6.1( where the caller can
hear).
As some search i came to know that i need to open the following
In order for a telephony call to work with Actively(hear & talk), it
must provide support for playback and recording of wave format audio.
Technically, that means the device must provide TAPI "wave/in" and
at the time of call is connected, if i open the "wave/out" devices, is
it ok that the call can be heared at the caller side? if not can
anyone help out in this.
Here actually i want to activate the "wave/out"device once then the
caller can be able to hear the voice of the Called party.
Playback
(1)
Windows
(1)
TAPI
(1)
Ther
(1)
Maddy replied to Maddy
is ther no one to answer this question regarding TAPI.
Query regarding to ACD-PRH and TAPI Application C++ / VB Hi friends, I have a query regarding to ACD-PRH and TAPI Application. Can any one tell me that how the ACD-PRH and the TAPI Application works with each other. As per my understanding, when the TAPI Application (i.e., CTI Application) is made of a Server and Clients. the TAPI Server Application gets installed in the same PC where the TSP is installed and the of the telephony hardware. Now, when talking about the ACD-PRH, it is also one TAPI Application (am i right?) which is shipped by the telephony hardware manufacturer along with the and exposes the telephony hardware featues and functionalities to CTI Server Application. Thanks, Mohit Win32 TAPI Discussions TAPI Application (1) CTI Application (1) Trigger (1) Application (1) Constants (1) Visual (1) Login (1
How to create a simple Application in TAPI C++ / VB Hi all, I am a new TAPI programmer, i want to create a simple TAPI App can ay one please help me. I searched many links but i could not find any thing useful to the beginners. please give any sample codes. Win32 TAPI Discussions INVALPOINTERwhat (1) TAPIaroundTheWorld (1) MakeCallRequestID (1) DwMaxNumActiveCalls (1) DwPermanentLineID (1) DwDeviceClassesOffset (1) DwProviderInfoOffset (1 be the problem Mohan, you are welcome. You may want to try to cover all TAPI 1.x / 2.x versions. lineNegotiateAPIVersion() is using two pointer arguments (lpdwAPIVersion, lpExtensionID). (At least DWORD)0, (DWORD)0, (DWORD)0}; lineNegotiateAPIVersion (, , , , , &LineExtensionID); - - 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
TAPI Browser - Bad Device ID Problem C++ / VB Using TAPI Monitor, there are many lines available, I select the one with the phone line "0x0035 ext. 3028" from the TAPI Monitor, it displayed as Perm Line ID: 0x70025 which I pretty sure is the line can work with TAPI 2. But. . .not sure. . . Which value should be used in the Line Device ID of TAPI Browser, is it 35, 3028, 70025 or 0x70025? Whichever I tried, always get BADDevice ID error from TAPI Browser. Anyone can point me how to get the right Device / Line ID to be used in TAPI Browser would be very much appreciated. Win32 TAPI Discussions ProviderInfo (1) ADDRESS (1) API version (1) Visual (1) Tool (1) Andreas Marschall (1
TAPI3, Dialed call with no answer. Next TAPI Operation Always Fails C++ / VB I have a windows TAPI application that dials a call. If the call is answered all is well, the call is not dialed. I get an INPROGRESS call state event, but with the TAPISVR hung, TAPI never does setup of the modem nor dial the call. I am doing async dialing. I have a TAPI event notification object and a message pump for that objects events, connected to a separate I guess I am looking for a working sample program that does async dialing using TAPI 3> I have gone through the usual sample program for M$. My environment Windows7 MT5636ZPX Voice modem Visual Studio 2k8 Application is C++ Mjj Win32 TAPI Discussions Windows Server 2008 (1) Windows Server 2003 (1) Visual Studio (1) TAPIaroundTheWorld (1) Windows 7 (1
handles C++ / VB Hi friends, I have a query regarding to call handles maintained by TAPI and TSP in case more than one TAPI Application with different call privilege is monitoring the line, phone or call of the TSP For an example, suppose there are two TAPI applications running on the PC which uses same TSP for telephoney. Suppose the same line of the TSP is opened by both TAPI Applications with one have a privilege of OWNER and the second have a privilege of MONITOR. Now, here both TAPI applications will use differnt line handles for the same line to open the line. So, will TAPI call TSPI_lineOpen() twice for the same line with different htLine parameter value or TAPI will call TSPI_lineOpen() once with single htLine parameter and will keep track of number of application that have opend the line? Thanks, Mohit Win32 TAPI Discussions TAPIaroundTheWorld (1) DwDeviceID (1) ExMVP (1) LineClose (1) LineOpen (1) Windows (1) Frappr (1