Description:
Microsoft 32-bit development newsgroup.
|
|
|
TSPs and CHAR, WCHAR, MultiByte, Unicode, ...
|
| |
Hi! Sorry for my ignorance about string handling in Windows, but I just wonder how strings are/should be handled in TSPs. The atsp32 sample uses WideCharToMultiByte() to convert the lpszDestAddress. On the other hand I had to replace _vsnwprintf with _vsnprintf to make the sample print the log messages.... more »
|
|
ACD agent login with lineSetAgentGroup
|
| |
Hello, I really need help! Recently, my boss decided that it would be a great idea to have some special customized super-duper piece of software to better control our telephone agents and selected me to program that. - Well. I'm the sysadmin, not a programmer and I have no experience with the Tapi interface and the last windows version, I did some... more »
|
|
TSPI_lineMakeCall - shoot and forget
|
| |
Hi! I want to write a very simple TSP. TSPI_lineMakeCall should trigger something (e.g. http requests, send UDP packet) and I do not care about the result. But I do not want that the TAPI applications gets an error reported, so I thought of signaling something like: - makecall succeeded - answer... more »
|
|
How to configure TAPI Service Provider(TSP) in lotus notes
|
| |
Hello, I know that the lotus notes is TAPI compliant. But I couldn't find any documents expalining how to configure TAPI Service Provider(TSP) in lotus notes. Any kind of help in this will be greately appreciated. EggHeadCafe - Software Developer Portal of Choice Compact Framework: Encrypted WebService Methods... more »
|
|
Dial phone numbers from web page.
|
| |
I would like to dial a phone number from a web page and when connected, get an indication back to my web page about the connection status so that I can take some action like display another page or display a form to accept some data from the caller, carry out the conversation using the headset connected to the PC with volumn controls in the web page etc.... more »
|
|
TAPI and Lotus Notes client
|
| |
Hello I have installed Lotus Notes Client 8.5. But I don't know how to configure TAPI Service Provider in Lotus Notes. I want to Make Calls from Lotus Notes contacts using my TSP. Could anyone please help me to solve this issue?(Step by Step procedure will be more helpful ) Thanks and Regards, Akil... more »
|
|
What determines owner privilege on a new incoming call to multiple TAPI apps?
|
| |
Hi everybody. If you have multiple TAPI apps running and see the offering message on each application, one application is always the owner, which one? Is this determined by the order each application initialized the line or is there some other priority? I can't find any reference in the MSDN to how the owner privilege is set before a... more »
|
|
Premature LINECALLSTATE_CONNECTED when phone not in cradle
|
| |
i have developed a phone software, that allows user to make and receive calls. I use initialize tapi to use event handler and lineGetMessage() to loop throught the events. Everything works fine while smart phone is in cradle. Problem rises when I detach the phone and try to make a call. In cradle, the messages go as follows: Dialing, Processing then wait for... more »
|
|
TAPI and domains
|
| |
Hello! I have to domains with two way trusted relationship Two tapi servers in each domain. i use a command in my domain: tcmsetup /c server_in_my_domain everything is ok, i see all lines i need but if i do the following tcmsetup /c server_in_another_domain there is no line in remotesp.log: [912] 12:47:43:883: [INFO ] RpcServerUseProtseqEp(ncacn_ip _tcp) ret'd 1740... more »
|
|
Playback over modem
|
| |
Hi, For months I have tried to dial a number and play a wav file using this connection. I have tried Julmar's ITAPI and also Tapi3lib. I can call the number but I can not create a terminal. Using Julmar's api I try; TCall myCall=MyAddress.CreateCall("0 ",LINEADDRESSTYPES.PhoneNumber ,TAPIMEDIATYPES.AUDIO)... more »
|
|
|