Description:
Microsoft 32-bit development newsgroup.
|
|
|
MSP required for Tone and Digit generation?
|
| |
Hi friends, Can any one tell me that does the MSP is required to generate tone or digits over the call? What I m trying to ask is, if I want to use TSPI_lineGenerateDigits() and TSPI_lineGenerateDigits() then does it requires MSP or Wave driver or not? If not then who will be responsibile to generate Tone and Digits when one of... more »
|
|
TSPI_lineGenerateDigits() confusion
|
| |
Hi friends, I have a confusion in the TSPI_lineGenerateDigits(). It says that it is used to generate the in-band digits for the call, i.e., the digits will be generated when the call state is Connected. But in Remarks, it says that the call state of hdCall can be any state. So how is it possible or where it is used to generate the Digits before call... more »
|
|
Who maintains Call States?
|
| |
Hi Friends, Can any one tell me that in TAPI, who maintains the state of the call? I mean, when an incoming or outgoing call is made using TAPI Application then the call is passed from various call states like, Offering, Connected, Idle, Diconnected, etc. So, who maintains these call states, TAPI... more »
|
|
TSP Bug? LINE_CALLINFO messages come in AFTER the call is idle?
|
| |
It seems a PBX manufacturer isn't followomg the TAPI spec for sending messages about a call after it has entered the idle state. We deallocate the call as soon as it goes idle and have seen now that a new version of the TSP for a major PBX manufacturer changed its behavior and "broke" our code. This PBX is sending the LINE_CALLSTATE message of IDLE, and then later... more »
|
|
can not use atsp32 with dialer.exe
|
| |
Hi! I am playing around with atsp32 sample. Building, installing and configuration works fine. When I start dialer.exe, I can see the lines offered by atsp32. But when I choose a line and press OK, dialer.exe does not accept it, because next time when I enter the configuration the line for phone calls is switched back to <automatic selection>.... more »
|
|
TSP maximum users
|
| |
Hello , We are developing an callcenter application. And we have build an class called"TapiManager" upon the julmar atapi.net for communication with our Samsung office serv 100. And we are using the Samsung openTSP driver 2007.1.24.1 on our windows2000 server. The problem that we are having is that if there are 8 users using the... more »
|
|
Calling number information in LINE_NEWCALL
|
| |
Hi friends, Can any one tell me that how a TSP sends Calling party number receved from the CO with the incoming call to the TAPI. I had checked MSDN library and according to that, when an incoming call is received on any opened line by TAPI then it is reported by TSP using LINE_NEWCALL message to the LINE_EVENT callback function. But according to... more »
|
|
dwRequestID parameter
|
| |
Hello Friends, Can any one tell me that the value of dwRequestID is provided by the TAPI, TSPISRV or TSP? I'm confused because, when I checked the lineMakeCall(), it looks for the RequestID in the reply of the function. But when the TAPISRV passes it to the TSP, it adds a parameter named as dwRequestID into the TSPI_lineMakeCall()... more »
|
|
I am back
|
| |
Hi All, I am back after long time.... I am CTI Developer and I developed many applications with TAPI. If anybody wants help from me, please write to me I will try to resolve your query and give it to you proper solution. Thanks to all Bye and Take Care Ketu
|
|
Contradictory info in MSDN for lineOpen (dwAddressMode, dwPrivileges)
|
| |
I'm experimenting with devices that have multiple addresses to have applications be able to ignore messages if they are not on the address I want on a given line. However the MSDN is less than clear in how anyone would implement this: 1. MSDN says in the lineOpen documentation that we must open the line... more »
|
|
|